Html Css Color HEX #2157CA Cerulean Blue

📋 copy color: '#2157CA'

red 33 ◦ green 87 ◦ blue 202

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

Shades of Cerulean Blue #2157CA

Tints of Cerulean Blue #2157CA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.02%

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

R = 10.25%
G = 27.02%
B = 62.73%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2157CA (or 0x2157CA) is known color: Cerulean Blue. HEX triplet: 21, 57 and CA. RGB value is (33,87,202). Sum of RGB (Red+Green+Blue) = 33+87+202=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 202 (79.30% from 255 or 62.73% from 322); Max value from RGB is 202 - color contains mainly: blue. Hex color #2157CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2157CA is #DEA835. Grayscale: #535353. Windows color (decimal): -14592054 or 13260577. OLE color: 13260577.

HSL color Cylindrical-coordinate representation of color #2157CA: hue angle of 220.83º 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 #2157CA is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 87 202 -
CMYK 0.84 0.57 0 0.21
HSL 220.83º 0.72% 0.46% -
HSV(B) 220.83º 0.84% 0.79% -
XYZ 14.7 11.4 57.3 -
YUV 83.96 194.61 91.65 -
System Red Green Blue C M Y K H S L
Decimal 33 87 202 0.84 0.57 0 0.21 220.83 0.72 0.46
Hex 21 57 CA 54 39 0 15 DD 48 2E
Octal 41 127 312 124 71 0 25 335 110 56
Binary 100001 1010111 11001010 1010100 111001 0 10101 11011101 1001000 101110

Color Harmonies of #2157CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2157CA

Black with #2157CA

Text Example


Text Example

White with #2157CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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