Html Css Color HEX #2153CB Cerulean Blue

📋 copy color: '#2153CB'

red 33 ◦ green 83 ◦ blue 203

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

Shades of Cerulean Blue #2153CB

Tints of Cerulean Blue #2153CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 63.64%

R = 10.34%
G = 26.02%
B = 63.64%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2153CB (or 0x2153CB) is known color: Cerulean Blue. HEX triplet: 21, 53 and CB. RGB value is (33,83,203). Sum of RGB (Red+Green+Blue) = 33+83+203=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #2153CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2153CB is #DEAC34. Grayscale: #515151. Windows color (decimal): -14593077 or 13325089. OLE color: 13325089.

HSL color Cylindrical-coordinate representation of color #2153CB: hue angle of 222.35º degrees, saturation: 0.72, 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 #2153CB is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 83 203 -
CMYK 0.84 0.59 0 0.20
HSL 222.35º 0.72% 0.46% -
HSV(B) 222.35º 0.84% 0.8% -
XYZ 14.5 10.82 57.82 -
YUV 81.73 196.44 93.24 -
System Red Green Blue C M Y K H S L
Decimal 33 83 203 0.84 0.59 0 0.20 222.35 0.72 0.46
Hex 21 53 CB 54 3B 0 14 DE 48 2E
Octal 41 123 313 124 73 0 24 336 110 56
Binary 100001 1010011 11001011 1010100 111011 0 10100 11011110 1001000 101110

Color Harmonies of #2153CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2153CB

Black with #2153CB

Text Example


Text Example

White with #2153CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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