Html Css Color HEX #2153CA Cerulean Blue

📋 copy color: '#2153CA'

red 33 ◦ green 83 ◦ blue 202

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

Shades of Cerulean Blue #2153CA

Tints of Cerulean Blue #2153CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 63.52%

R = 10.38%
G = 26.1%
B = 63.52%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2153CA (or 0x2153CA) is known color: Cerulean Blue. HEX triplet: 21, 53 and CA. RGB value is (33,83,202). Sum of RGB (Red+Green+Blue) = 33+83+202=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #2153CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2153CA is #DEAC35. Grayscale: #515151. Windows color (decimal): -14593078 or 13259553. OLE color: 13259553.

HSL color Cylindrical-coordinate representation of color #2153CA: hue angle of 222.25º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2153CA is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 83 202 -
CMYK 0.84 0.59 0 0.21
HSL 222.25º 0.72% 0.46% -
HSV(B) 222.25º 0.84% 0.79% -
XYZ 14.38 10.77 57.2 -
YUV 81.62 195.94 93.32 -
System Red Green Blue C M Y K H S L
Decimal 33 83 202 0.84 0.59 0 0.21 222.25 0.72 0.46
Hex 21 53 CA 54 3B 0 15 DE 48 2E
Octal 41 123 312 124 73 0 25 336 110 56
Binary 100001 1010011 11001010 1010100 111011 0 10101 11011110 1001000 101110

Color Harmonies of #2153CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2153CA

Black with #2153CA

Text Example


Text Example

White with #2153CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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