#2844dd

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

Shades of Cerulean Blue #2844DD

Tints of Cerulean Blue #2844DD

Color information

#2844DD (or 0x2844DD) is unknown color: approx Cerulean Blue. HEX triplet: 28, 44 and DD. RGB value is (40,68,221). Sum of RGB (Red+Green+Blue) = 40+68+221=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 221 (86.72% from 255 or 67.17% from 329); Max value from RGB is 221 - color contains mainly: blue. Hex color #2844DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2844DD is #D7BB22. Grayscale: #4C4C4C. Windows color (decimal): -14138147 or 14500904. OLE color: 14500904.

HSL color Cylindrical-coordinate representation of color #2844DD: hue angle of 230.72º 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 #2844DD is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4068221-
CMYK0.820.6900.13
HSL230.72º72.69%51.18%-
HSV(B)230.72º81.9%86.67%-
XYZ15.999.8169.46-
YUV77.07209.22101.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.16%
GREEN value IS 68 (26.95% from 255) = 20.67%
BLUE value IS 221 (86.72% from 255) = 67.17%
R=12.16%
G=20.67%
B=67.17%

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
Decimal40682210.820.6900.13230.7272.6951.18
Hex2844DD52450De74933
Octal5010433512210501534711163
Binary1010001000100110111011010010100010101101111001111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2844dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2844dd; }

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

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

<style>
 a { background-color: #2844dd; }

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

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

<style>
 span { border-color: #2844dd; }

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

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