#2845D8

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

Shades of Cerulean Blue #2845D8

Tints of Cerulean Blue #2845D8

Color information

#2845D8 (or 0x2845D8) is unknown color: approx Cerulean Blue. HEX triplet: 28, 45 and D8. RGB value is (40,69,216). Sum of RGB (Red+Green+Blue) = 40+69+216=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 216 (84.77% from 255 or 66.46% from 325); Max value from RGB is 216 - color contains mainly: blue. Hex color #2845D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2845D8 is #D7BA27. Grayscale: #4C4C4C. Windows color (decimal): -14137896 or 14173480. OLE color: 14173480.

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

Color convert

RGB4069216-
CMYK0.810.6800.15
HSL230.11º69.29%50.2%-
HSV(B)230.11º81.48%84.71%-
XYZ15.49.6766.02-
YUV77.09206.39101.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.31%
GREEN value IS 69 (27.34% from 255) = 21.23%
BLUE value IS 216 (84.77% from 255) = 66.46%
R=12.31%
G=21.23%
B=66.46%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal40692160.810.6800.15230.1169.2950.2
Hex2845D851440Fe64532
Octal5010533012110401734610562
Binary1010001000101110110001010001100010001111111001101000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2845D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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