#2047E3

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

Shades of Cerulean Blue #2047E3

Tints of Cerulean Blue #2047E3

Color information

#2047E3 (or 0x2047E3) is unknown color: approx Cerulean Blue. HEX triplet: 20, 47 and E3. RGB value is (32,71,227). Sum of RGB (Red+Green+Blue) = 32+71+227=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 227 (89.06% from 255 or 68.79% from 330); Max value from RGB is 227 - color contains mainly: blue. Hex color #2047E3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2047E3 is #DFB81C. Grayscale: #4C4C4C. Windows color (decimal): -14661661 or 14894880. OLE color: 14894880.

HSL color Cylindrical-coordinate representation of color #2047E3: hue angle of 228º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2047E3 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB3271227-
CMYK0.860.6900.11
HSL228º77.69%50.78%-
HSV(B)228º85.9%89.02%-
XYZ16.7110.3673.79-
YUV77.12212.5895.82-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.70%
GREEN value IS 71 (28.12% from 255) = 21.52%
BLUE value IS 227 (89.06% from 255) = 68.79%
R=9.70%
G=21.52%
B=68.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal32712270.860.6900.1122877.6950.78
Hex2047E356450Be44e33
Octal4010734312610501334411663
Binary1000001000111111000111010110100010101011111001001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2047E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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