#2849D8

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

Shades of Cerulean Blue #2849D8

Tints of Cerulean Blue #2849D8

Color information

#2849D8 (or 0x2849D8) is unknown color: approx Cerulean Blue. HEX triplet: 28, 49 and D8. RGB value is (40,73,216). Sum of RGB (Red+Green+Blue) = 40+73+216=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 216 (84.77% from 255 or 65.65% from 329); Max value from RGB is 216 - color contains mainly: blue. Hex color #2849D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2849D8 is #D7B627. Grayscale: #4E4E4E. Windows color (decimal): -14136872 or 14174504. OLE color: 14174504.

HSL color Cylindrical-coordinate representation of color #2849D8: hue angle of 228.75º 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 #2849D8 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4073216-
CMYK0.810.6600.15
HSL228.75º69.29%50.2%-
HSV(B)228.75º81.48%84.71%-
XYZ15.6510.1766.1-
YUV79.44205.0799.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.16%
GREEN value IS 73 (28.91% from 255) = 22.19%
BLUE value IS 216 (84.77% from 255) = 65.65%
R=12.16%
G=22.19%
B=65.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal40732160.810.6600.15228.7569.2950.2
Hex2849D851420Fe54532
Octal5011133012110201734510562
Binary1010001001001110110001010001100001001111111001011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2849D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2849D8; }

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

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

<style>
 a { background-color: #2849D8; }

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

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

<style>
 span { border-color: #2849D8; }

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

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