#2047D4

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

Shades of Cerulean Blue #2047D4

Tints of Cerulean Blue #2047D4

Color information

#2047D4 (or 0x2047D4) is unknown color: approx Cerulean Blue. HEX triplet: 20, 47 and D4. RGB value is (32,71,212). Sum of RGB (Red+Green+Blue) = 32+71+212=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 212 (83.20% from 255 or 67.30% from 315); Max value from RGB is 212 - color contains mainly: blue. Hex color #2047D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2047D4 is #DFB82B. Grayscale: #4A4A4A. Windows color (decimal): -14661676 or 13911840. OLE color: 13911840.

HSL color Cylindrical-coordinate representation of color #2047D4: hue angle of 227º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2047D4 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB3271212-
CMYK0.850.6700.17
HSL227º73.77%47.84%-
HSV(B)227º84.91%83.14%-
XYZ14.739.5763.36-
YUV75.41205.0897.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.16%
GREEN value IS 71 (28.12% from 255) = 22.54%
BLUE value IS 212 (83.20% from 255) = 67.30%
R=10.16%
G=22.54%
B=67.30%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal32712120.850.6700.1722773.7747.84
Hex2047D45543011e34a30
Octal4010732412510302134311260
Binary10000010001111101010010101011000011010001111000111001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2047D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2047D4; }

 p { color: rgb(32,71,212); }

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

<style>
 a { background-color: #2047D4; }

 a { background-color: rgb(32,71,212); }

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

<style>
 span { border-color: #2047D4; }

 span { border-color: rgb(32,71,212); }

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