#2861d8

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

Shades of Royal Blue #2861D8

Tints of Royal Blue #2861D8

Color information

#2861D8 (or 0x2861D8) is unknown color: approx Royal Blue. HEX triplet: 28, 61 and D8. RGB value is (40,97,216). Sum of RGB (Red+Green+Blue) = 40+97+216=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 216 (84.77% from 255 or 61.19% from 353); Max value from RGB is 216 - color contains mainly: blue. Hex color #2861D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2861D8 is #D79E27. Grayscale: #5C5C5C. Windows color (decimal): -14130728 or 14180648. OLE color: 14180648.

HSL color Cylindrical-coordinate representation of color #2861D8: hue angle of 220.57º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2861D8 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4097216-
CMYK0.810.5500.15
HSL220.57º69.29%50.2%-
HSV(B)220.57º81.48%84.71%-
XYZ17.5413.9666.74-
YUV93.52197.1289.82-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.33%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 216 (84.77% from 255) = 61.19%
R=11.33%
G=27.48%
B=61.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal40972160.810.5500.15220.5769.2950.2
Hex2861D851370Fdd4532
Octal501413301216701733510562
Binary101000110000111011000101000111011101111110111011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2861d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2861d8; }

 p { color: rgb(40,97,216); }

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

<style>
 a { background-color: #2861d8; }

 a { background-color: rgb(40,97,216); }

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

<style>
 span { border-color: #2861d8; }

 span { border-color: rgb(40,97,216); }

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