Html Css Color HEX #2053CE Cerulean Blue

📋 copy color: '#2053CE'

red 32 ◦ green 83 ◦ blue 206

#2053CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2053CE

Tints of Cerulean Blue #2053CE

RGB

 RED value IS 32 (12.89% from 255) = 9.97%

 GREEN value IS 83 (32.81% from 255) = 25.86%

 BLUE value IS 206 (80.86% from 255) = 64.17%

R = 9.97%
G = 25.86%
B = 64.17%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2053CE (or 0x2053CE) is known color: Cerulean Blue. HEX triplet: 20, 53 and CE. RGB value is (32,83,206). Sum of RGB (Red+Green+Blue) = 32+83+206=321 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.97% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #2053CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2053CE is #DFAC31. Grayscale: #515151. Windows color (decimal): -14658610 or 13521696. OLE color: 13521696.

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

Color convert

RGB 32 83 206 -
CMYK 0.84 0.60 0 0.19
HSL 222.41º 0.73% 0.47% -
HSV(B) 222.41º 0.84% 0.81% -
XYZ 14.83 10.95 59.72 -
YUV 81.77 198.1 92.5 -
System Red Green Blue C M Y K H S L
Decimal 32 83 206 0.84 0.60 0 0.19 222.41 0.73 0.47
Hex 20 53 CE 54 3C 0 13 DE 49 2F
Octal 40 123 316 124 74 0 23 336 111 57
Binary 100000 1010011 11001110 1010100 111100 0 10011 11011110 1001001 101111

Color Harmonies of #2053CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2053CE

Black with #2053CE

Text Example


Text Example

White with #2053CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2053CE;
 }
 .AnyTagClassName
 {
   color: #2053CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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