#286DD5

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

Shades of Royal Blue #286DD5

Tints of Royal Blue #286DD5

Color information

#286DD5 (or 0x286DD5) is unknown color: approx Royal Blue. HEX triplet: 28, 6D and D5. RGB value is (40,109,213). Sum of RGB (Red+Green+Blue) = 40+109+213=362 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.05% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 213 (83.59% from 255 or 58.84% from 362); Max value from RGB is 213 - color contains mainly: blue. Hex color #286DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286DD5 is #D7922A. Grayscale: #636363. Windows color (decimal): -14127659 or 13987112. OLE color: 13987112.

HSL color Cylindrical-coordinate representation of color #286DD5: hue angle of 216.07º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #286DD5 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB40109213-
CMYK0.810.4900.16
HSL216.07º68.38%49.61%-
HSV(B)216.07º81.22%83.53%-
XYZ18.3516.1965.11-
YUV100.22191.6485.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.05%
GREEN value IS 109 (42.97% from 255) = 30.11%
BLUE value IS 213 (83.59% from 255) = 58.84%
R=11.05%
G=30.11%
B=58.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal401092130.810.4900.16216.0768.3849.61
Hex286DD55131010d84432
Octal501553251216102033010462
Binary1010001101101110101011010001110001010000110110001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,109,213); }

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

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

 a { background-color: rgb(40,109,213); }

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

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

 span { border-color: rgb(40,109,213); }

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