Html Css Color HEX #2152BE Cerulean Blue

📋 copy color: '#2152BE'

red 33 ◦ green 82 ◦ blue 190

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

Shades of Cerulean Blue #2152BE

Tints of Cerulean Blue #2152BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.3%

R = 10.82%
G = 26.89%
B = 62.3%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2152BE (or 0x2152BE) is known color: Cerulean Blue. HEX triplet: 21, 52 and BE. RGB value is (33,82,190). Sum of RGB (Red+Green+Blue) = 33+82+190=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #2152BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2152BE is #DEAD41. Grayscale: #4F4F4F. Windows color (decimal): -14593346 or 12472865. OLE color: 12472865.

HSL color Cylindrical-coordinate representation of color #2152BE: hue angle of 221.27º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2152BE is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 82 190 -
CMYK 0.83 0.57 0 0.25
HSL 221.27º 0.7% 0.44% -
HSV(B) 221.27º 0.83% 0.75% -
XYZ 12.94 10.08 49.98 -
YUV 79.66 190.27 94.72 -
System Red Green Blue C M Y K H S L
Decimal 33 82 190 0.83 0.57 0 0.25 221.27 0.7 0.44
Hex 21 52 BE 53 39 0 19 DD 46 2C
Octal 41 122 276 123 71 0 31 335 106 54
Binary 100001 1010010 10111110 1010011 111001 0 11001 11011101 1000110 101100

Color Harmonies of #2152BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2152BE

Black with #2152BE

Text Example


Text Example

White with #2152BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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