Html Css Color HEX #2049AB Cerulean Blue

📋 copy color: '#2049AB'

red 32 ◦ green 73 ◦ blue 171

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

Shades of Cerulean Blue #2049AB

Tints of Cerulean Blue #2049AB

RGB

 RED value IS 32 (12.89% from 255) = 11.59%

 GREEN value IS 73 (28.91% from 255) = 26.45%

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

R = 11.59%
G = 26.45%
B = 61.96%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2049AB (or 0x2049AB) is known color: Cerulean Blue. HEX triplet: 20, 49 and AB. RGB value is (32,73,171). Sum of RGB (Red+Green+Blue) = 32+73+171=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #2049AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2049AB is #DFB654. Grayscale: #474747. Windows color (decimal): -14661205 or 11225376. OLE color: 11225376.

HSL color Cylindrical-coordinate representation of color #2049AB: hue angle of 222.3º 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 #2049AB is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 73 171 -
CMYK 0.81 0.57 0 0.33
HSL 222.3º 0.68% 0.4% -
HSV(B) 222.3º 0.81% 0.67% -
XYZ 10.33 8.01 39.53 -
YUV 71.91 183.92 99.53 -
System Red Green Blue C M Y K H S L
Decimal 32 73 171 0.81 0.57 0 0.33 222.3 0.68 0.4
Hex 20 49 AB 51 39 0 21 DE 44 28
Octal 40 111 253 121 71 0 41 336 104 50
Binary 100000 1001001 10101011 1010001 111001 0 100001 11011110 1000100 101000

Color Harmonies of #2049AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2049AB

Black with #2049AB

Text Example


Text Example

White with #2049AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,73,171); }

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

background-color css

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

 a { background-color: rgb(32,73,171); }

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

border-color css

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

 span { border-color: rgb(32,73,171); }

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