#286ADF

Color #286ADF Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #286ADF

Tints of Royal Blue #286ADF

Color information

#286ADF (or 0x286ADF) is unknown color: approx Royal Blue. HEX triplet: 28, 6A and DF. RGB value is (40,106,223). Sum of RGB (Red+Green+Blue) = 40+106+223=369 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.84% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #286ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286ADF is #D79520. Grayscale: #636363. Windows color (decimal): -14128417 or 14641704. OLE color: 14641704.

HSL color Cylindrical-coordinate representation of color #286ADF: hue angle of 218.36º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #286ADF is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB40106223-
CMYK0.820.5200.13
HSL218.36º74.09%51.57%-
HSV(B)218.36º82.06%87.45%-
XYZ19.3516.0971.9-
YUV99.6197.6385.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 10.84%
GREEN value IS 106 (41.80% from 255) = 28.73%
BLUE value IS 223 (87.5% from 255) = 60.43%
R=10.84%
G=28.73%
B=60.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal401062230.820.5200.13218.3674.0951.57
Hex286ADF52340Dda4a34
Octal501523371226401533211264
Binary101000110101011011111101001011010001101110110101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286ADF; }

 p { color: rgb(40,106,223); }

 H1.HeaderClassName
 {
   color: #286ADF;
 }
 .AnyTagClassName
 {
   color: #286ADF;
 }
</style>
background-color css

<style>
 a { background-color: #286ADF; }

 a { background-color: rgb(40,106,223); }

 div.DivClassName
 {
   background-color: #286ADF;
 }
 .BgClassName
 {
   background-color: #286ADF;
 }
</style>
border-color css

<style>
 span { border-color: #286ADF; }

 span { border-color: rgb(40,106,223); }

 td.TdClassName
 {
   border-color: #286ADF;
 }
 .TagClassName
 {
   border-color: #286ADF;
 }
</style>