#2153CE

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

Shades of Cerulean Blue #2153CE

Tints of Cerulean Blue #2153CE

Color information

#2153CE (or 0x2153CE) is unknown color: approx Cerulean Blue. HEX triplet: 21, 53 and CE. RGB value is (33,83,206). Sum of RGB (Red+Green+Blue) = 33+83+206=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #2153CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2153CE is #DEAC31. Grayscale: #515151. Windows color (decimal): -14593074 or 13521697. OLE color: 13521697.

HSL color Cylindrical-coordinate representation of color #2153CE: hue angle of 222.66º 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 #2153CE is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3383206-
CMYK0.840.6000.19
HSL222.66º72.38%46.86%-
HSV(B)222.66º83.98%80.78%-
XYZ14.8610.9759.73-
YUV82.07197.9493-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.25%
GREEN value IS 83 (32.81% from 255) = 25.78%
BLUE value IS 206 (80.86% from 255) = 63.98%
R=10.25%
G=25.78%
B=63.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal33832060.840.6000.19222.6672.3846.86
Hex2153CE543C013df482f
Octal411233161247402333711057
Binary1000011010011110011101010100111100010011110111111001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2153CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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