#2147DB

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

Shades of Cerulean Blue #2147DB

Tints of Cerulean Blue #2147DB

Color information

#2147DB (or 0x2147DB) is unknown color: approx Cerulean Blue. HEX triplet: 21, 47 and DB. RGB value is (33,71,219). Sum of RGB (Red+Green+Blue) = 33+71+219=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #2147DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2147DB is #DEB824. Grayscale: #4B4B4B. Windows color (decimal): -14596133 or 14370593. OLE color: 14370593.

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

Color convert

RGB3371219-
CMYK0.850.6800.14
HSL227.74º73.81%49.41%-
HSV(B)227.74º84.93%85.88%-
XYZ15.679.9468.11-
YUV76.51208.4196.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.22%
GREEN value IS 71 (28.12% from 255) = 21.98%
BLUE value IS 219 (85.94% from 255) = 67.80%
R=10.22%
G=21.98%
B=67.80%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal33712190.850.6800.14227.7473.8149.41
Hex2147DB55440Ee44a31
Octal4110733312510401634411261
Binary1000011000111110110111010101100010001110111001001001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2147DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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