Html Css Color HEX #2152E0 Cerulean Blue

📋 copy color: '#2152E0'

red 33 ◦ green 82 ◦ blue 224

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

Shades of Cerulean Blue #2152E0

Tints of Cerulean Blue #2152E0

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.19%

 BLUE value IS 224 (87.89% from 255) = 66.08%

R = 9.73%
G = 24.19%
B = 66.08%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2152E0 (or 0x2152E0) is known color: Cerulean Blue. HEX triplet: 21, 52 and E0. RGB value is (33,82,224). Sum of RGB (Red+Green+Blue) = 33+82+224=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 224 (87.89% from 255 or 66.08% from 339); Max value from RGB is 224 - color contains mainly: blue. Hex color #2152E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2152E0 is #DEAD1F. Grayscale: #525252. Windows color (decimal): -14593312 or 14701089. OLE color: 14701089.

HSL color Cylindrical-coordinate representation of color #2152E0: hue angle of 224.61º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2152E0 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 33 82 224 -
CMYK 0.85 0.63 0 0.12
HSL 224.61º 0.75% 0.5% -
HSV(B) 224.61º 0.85% 0.88% -
XYZ 17.1 11.74 71.89 -
YUV 83.54 207.27 91.95 -
System Red Green Blue C M Y K H S L
Decimal 33 82 224 0.85 0.63 0 0.12 224.61 0.75 0.5
Hex 21 52 E0 55 3F 0 C E1 4B 32
Octal 41 122 340 125 77 0 14 341 113 62
Binary 100001 1010010 11100000 1010101 111111 0 1100 11100001 1001011 110010

Color Harmonies of #2152E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2152E0

Black with #2152E0

Text Example


Text Example

White with #2152E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2152E0; }

 p { color: rgb(33,82,224); }

 H1.HeaderClassName
 {
   color: #2152E0;
 }
 .AnyTagClassName
 {
   color: #2152E0;
 }
</style>

background-color css

<style>
 a { background-color: #2152E0; }

 a { background-color: rgb(33,82,224); }

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

border-color css

<style>
 span { border-color: #2152E0; }

 span { border-color: rgb(33,82,224); }

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