#2845DD

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

Shades of Cerulean Blue #2845DD

Tints of Cerulean Blue #2845DD

Color information

#2845DD (or 0x2845DD) is unknown color: approx Cerulean Blue. HEX triplet: 28, 45 and DD. RGB value is (40,69,221). Sum of RGB (Red+Green+Blue) = 40+69+221=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #2845DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2845DD is #D7BA22. Grayscale: #4D4D4D. Windows color (decimal): -14137891 or 14501160. OLE color: 14501160.

HSL color Cylindrical-coordinate representation of color #2845DD: hue angle of 230.39º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2845DD is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4069221-
CMYK0.820.6900.13
HSL230.39º72.69%51.18%-
HSV(B)230.39º81.9%86.67%-
XYZ16.059.9369.48-
YUV77.66208.89101.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.12%
GREEN value IS 69 (27.34% from 255) = 20.91%
BLUE value IS 221 (86.72% from 255) = 66.97%
R=12.12%
G=20.91%
B=66.97%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal40692210.820.6900.13230.3972.6951.18
Hex2845DD52450De64933
Octal5010533512210501534611163
Binary1010001000101110111011010010100010101101111001101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2845DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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