Html Css Color HEX #2053CD Cerulean Blue

📋 copy color: '#2053CD'

red 32 ◦ green 83 ◦ blue 205

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

Shades of Cerulean Blue #2053CD

Tints of Cerulean Blue #2053CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.06%

R = 10%
G = 25.94%
B = 64.06%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2053CD (or 0x2053CD) is known color: Cerulean Blue. HEX triplet: 20, 53 and CD. RGB value is (32,83,205). Sum of RGB (Red+Green+Blue) = 32+83+205=320 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #2053CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2053CD is #DFAC32. Grayscale: #515151. Windows color (decimal): -14658611 or 13456160. OLE color: 13456160.

HSL color Cylindrical-coordinate representation of color #2053CD: hue angle of 222.31º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2053CD is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 83 205 -
CMYK 0.84 0.60 0 0.20
HSL 222.31º 0.73% 0.46% -
HSV(B) 222.31º 0.84% 0.8% -
XYZ 14.71 10.9 59.09 -
YUV 81.66 197.6 92.58 -
System Red Green Blue C M Y K H S L
Decimal 32 83 205 0.84 0.60 0 0.20 222.31 0.73 0.46
Hex 20 53 CD 54 3C 0 14 DE 49 2E
Octal 40 123 315 124 74 0 24 336 111 56
Binary 100000 1010011 11001101 1010100 111100 0 10100 11011110 1001001 101110

Color Harmonies of #2053CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2053CD

Black with #2053CD

Text Example


Text Example

White with #2053CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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