#2147b5

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

Shades of Cerulean Blue #2147B5

Tints of Cerulean Blue #2147B5

Color information

#2147B5 (or 0x2147B5) is unknown color: approx Cerulean Blue. HEX triplet: 21, 47 and B5. RGB value is (33,71,181). Sum of RGB (Red+Green+Blue) = 33+71+181=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 181 (71.09% from 255 or 63.51% from 285); Max value from RGB is 181 - color contains mainly: blue. Hex color #2147B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2147B5 is #DEB84A. Grayscale: #474747. Windows color (decimal): -14596171 or 11880225. OLE color: 11880225.

HSL color Cylindrical-coordinate representation of color #2147B5: hue angle of 224.59º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2147B5 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3371181-
CMYK0.820.6100.29
HSL224.59º69.16%41.96%-
HSV(B)224.59º81.77%70.98%-
XYZ11.228.1744.7-
YUV72.18189.41100.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.58%
GREEN value IS 71 (28.12% from 255) = 24.91%
BLUE value IS 181 (71.09% from 255) = 63.51%
R=11.58%
G=24.91%
B=63.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal33711810.820.6100.29224.5969.1641.96
Hex2147B5523D01De1452a
Octal411072651227503534110552
Binary1000011000111101101011010010111101011101111000011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2147b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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