#2147DD

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

Shades of Cerulean Blue #2147DD

Tints of Cerulean Blue #2147DD

Color information

#2147DD (or 0x2147DD) is unknown color: approx Cerulean Blue. HEX triplet: 21, 47 and DD. RGB value is (33,71,221). Sum of RGB (Red+Green+Blue) = 33+71+221=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #2147DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2147DD is #DEB822. Grayscale: #4C4C4C. Windows color (decimal): -14596131 or 14501665. OLE color: 14501665.

HSL color Cylindrical-coordinate representation of color #2147DD: hue angle of 227.87º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2147DD is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3371221-
CMYK0.850.6800.13
HSL227.87º74.02%49.8%-
HSV(B)227.87º85.07%86.67%-
XYZ15.9310.0569.51-
YUV76.74209.4196.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.15%
GREEN value IS 71 (28.12% from 255) = 21.85%
BLUE value IS 221 (86.72% from 255) = 68%
R=10.15%
G=21.85%
B=68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal33712210.850.6800.13227.8774.0249.8
Hex2147DD55440De44a32
Octal4110733512510401534411262
Binary1000011000111110111011010101100010001101111001001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2147DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,71,221); }

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

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

 a { background-color: rgb(33,71,221); }

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

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

 span { border-color: rgb(33,71,221); }

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