#2154CE

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

Shades of Cerulean Blue #2154CE

Tints of Cerulean Blue #2154CE

Color information

#2154CE (or 0x2154CE) is unknown color: approx Cerulean Blue. HEX triplet: 21, 54 and CE. RGB value is (33,84,206). Sum of RGB (Red+Green+Blue) = 33+84+206=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #2154CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2154CE is #DEAB31. Grayscale: #525252. Windows color (decimal): -14592818 or 13521953. OLE color: 13521953.

HSL color Cylindrical-coordinate representation of color #2154CE: hue angle of 222.31º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2154CE is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3384206-
CMYK0.840.5900.19
HSL222.31º72.38%46.86%-
HSV(B)222.31º83.98%80.78%-
XYZ14.9411.1259.75-
YUV82.66197.692.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.22%
GREEN value IS 84 (33.20% from 255) = 26.01%
BLUE value IS 206 (80.86% from 255) = 63.78%
R=10.22%
G=26.01%
B=63.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal33842060.840.5900.19222.3172.3846.86
Hex2154CE543B013de482f
Octal411243161247302333611057
Binary1000011010100110011101010100111011010011110111101001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2154CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2154CE; }

 p { color: rgb(33,84,206); }

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

<style>
 a { background-color: #2154CE; }

 a { background-color: rgb(33,84,206); }

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

<style>
 span { border-color: #2154CE; }

 span { border-color: rgb(33,84,206); }

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