#2054B5

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

Shades of Cerulean Blue #2054B5

Tints of Cerulean Blue #2054B5

Color information

#2054B5 (or 0x2054B5) is unknown color: approx Cerulean Blue. HEX triplet: 20, 54 and B5. RGB value is (32,84,181). Sum of RGB (Red+Green+Blue) = 32+84+181=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 181 (71.09% from 255 or 60.94% from 297); Max value from RGB is 181 - color contains mainly: blue. Hex color #2054B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2054B5 is #DFAB4A. Grayscale: #4F4F4F. Windows color (decimal): -14658379 or 11883552. OLE color: 11883552.

HSL color Cylindrical-coordinate representation of color #2054B5: hue angle of 219.06º degrees, saturation: 0.7, 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 #2054B5 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3284181-
CMYK0.820.5400.29
HSL219.06º69.95%41.76%-
HSV(B)219.06º82.32%70.98%-
XYZ12.119.9845.01-
YUV79.51185.2794.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.77%
GREEN value IS 84 (33.20% from 255) = 28.28%
BLUE value IS 181 (71.09% from 255) = 60.94%
R=10.77%
G=28.28%
B=60.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal32841810.820.5400.29219.0669.9541.76
Hex2054B5523601Ddb462a
Octal401242651226603533310652
Binary1000001010100101101011010010110110011101110110111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2054B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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