Html Css Color HEX #2153CD Cerulean Blue

📋 copy color: '#2153CD'

red 33 ◦ green 83 ◦ blue 205

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

Shades of Cerulean Blue #2153CD

Tints of Cerulean Blue #2153CD

RGB

 RED value IS 33 (13.28% from 255) = 10.28%

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

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

R = 10.28%
G = 25.86%
B = 63.86%

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

#2153CD (or 0x2153CD) is known color: Cerulean Blue. HEX triplet: 21, 53 and CD. RGB value is (33,83,205). Sum of RGB (Red+Green+Blue) = 33+83+205=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #2153CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2153CD is #DEAC32. Grayscale: #515151. Windows color (decimal): -14593075 or 13456161. OLE color: 13456161.

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

Color convert

RGB 33 83 205 -
CMYK 0.84 0.60 0 0.20
HSL 222.56º 0.72% 0.47% -
HSV(B) 222.56º 0.84% 0.8% -
XYZ 14.74 10.92 59.09 -
YUV 81.96 197.44 93.08 -
System Red Green Blue C M Y K H S L
Decimal 33 83 205 0.84 0.60 0 0.20 222.56 0.72 0.47
Hex 21 53 CD 54 3C 0 14 DF 48 2F
Octal 41 123 315 124 74 0 24 337 110 57
Binary 100001 1010011 11001101 1010100 111100 0 10100 11011111 1001000 101111

Color Harmonies of #2153CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2153CD

Black with #2153CD

Text Example


Text Example

White with #2153CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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