Html Css Color HEX #2152AB Cerulean Blue

📋 copy color: '#2152AB'

red 33 ◦ green 82 ◦ blue 171

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

Shades of Cerulean Blue #2152AB

Tints of Cerulean Blue #2152AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 59.79%

R = 11.54%
G = 28.67%
B = 59.79%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2152AB (or 0x2152AB) is known color: Cerulean Blue. HEX triplet: 21, 52 and AB. RGB value is (33,82,171). Sum of RGB (Red+Green+Blue) = 33+82+171=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #2152AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2152AB is #DEAD54. Grayscale: #4D4D4D. Windows color (decimal): -14593365 or 11227681. OLE color: 11227681.

HSL color Cylindrical-coordinate representation of color #2152AB: hue angle of 218.7º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2152AB is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 82 171 -
CMYK 0.81 0.52 0 0.33
HSL 218.7º 0.68% 0.4% -
HSV(B) 218.7º 0.81% 0.67% -
XYZ 11 9.3 39.74 -
YUV 77.5 180.77 96.26 -
System Red Green Blue C M Y K H S L
Decimal 33 82 171 0.81 0.52 0 0.33 218.7 0.68 0.4
Hex 21 52 AB 51 34 0 21 DB 44 28
Octal 41 122 253 121 64 0 41 333 104 50
Binary 100001 1010010 10101011 1010001 110100 0 100001 11011011 1000100 101000

Color Harmonies of #2152AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2152AB

Black with #2152AB

Text Example


Text Example

White with #2152AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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