#2054C0

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

Shades of Cerulean Blue #2054C0

Tints of Cerulean Blue #2054C0

Color information

#2054C0 (or 0x2054C0) is unknown color: approx Cerulean Blue. HEX triplet: 20, 54 and C0. RGB value is (32,84,192). Sum of RGB (Red+Green+Blue) = 32+84+192=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 192 (75.39% from 255 or 62.34% from 308); Max value from RGB is 192 - color contains mainly: blue. Hex color #2054C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2054C0 is #DFAB3F. Grayscale: #505050. Windows color (decimal): -14658368 or 12604448. OLE color: 12604448.

HSL color Cylindrical-coordinate representation of color #2054C0: hue angle of 220.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2054C0 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3284192-
CMYK0.830.5600.25
HSL220.5º71.43%43.92%-
HSV(B)220.5º83.33%75.29%-
XYZ13.2810.4551.19-
YUV80.76190.7793.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.39%
GREEN value IS 84 (33.20% from 255) = 27.27%
BLUE value IS 192 (75.39% from 255) = 62.34%
R=10.39%
G=27.27%
B=62.34%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal32841920.830.5600.25220.571.4343.92
Hex2054C05338019dc472c
Octal401243001237003133410754
Binary1000001010100110000001010011111000011001110111001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2054C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2054C0; }

 p { color: rgb(32,84,192); }

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

<style>
 a { background-color: #2054C0; }

 a { background-color: rgb(32,84,192); }

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

<style>
 span { border-color: #2054C0; }

 span { border-color: rgb(32,84,192); }

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