Html Css Color HEX #2152D7 Cerulean Blue

📋 copy color: '#2152D7'

red 33 ◦ green 82 ◦ blue 215

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

Shades of Cerulean Blue #2152D7

Tints of Cerulean Blue #2152D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 65.15%

R = 10%
G = 24.85%
B = 65.15%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2152D7 (or 0x2152D7) is known color: Cerulean Blue. HEX triplet: 21, 52 and D7. RGB value is (33,82,215). Sum of RGB (Red+Green+Blue) = 33+82+215=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 215 (84.38% from 255 or 65.15% from 330); Max value from RGB is 215 - color contains mainly: blue. Hex color #2152D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2152D7 is #DEAD28. Grayscale: #515151. Windows color (decimal): -14593321 or 14111265. OLE color: 14111265.

HSL color Cylindrical-coordinate representation of color #2152D7: hue angle of 223.85º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2152D7 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 82 215 -
CMYK 0.85 0.62 0 0.16
HSL 223.85º 0.73% 0.49% -
HSV(B) 223.85º 0.85% 0.84% -
XYZ 15.91 11.26 65.63 -
YUV 82.51 202.77 92.69 -
System Red Green Blue C M Y K H S L
Decimal 33 82 215 0.85 0.62 0 0.16 223.85 0.73 0.49
Hex 21 52 D7 55 3E 0 10 E0 49 31
Octal 41 122 327 125 76 0 20 340 111 61
Binary 100001 1010010 11010111 1010101 111110 0 10000 11100000 1001001 110001

Color Harmonies of #2152D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2152D7

Black with #2152D7

Text Example


Text Example

White with #2152D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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