Html Css Color HEX #2049BF Cerulean Blue

📋 copy color: '#2049BF'

red 32 ◦ green 73 ◦ blue 191

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

Shades of Cerulean Blue #2049BF

Tints of Cerulean Blue #2049BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 64.53%

R = 10.81%
G = 24.66%
B = 64.53%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2049BF (or 0x2049BF) is known color: Cerulean Blue. HEX triplet: 20, 49 and BF. RGB value is (32,73,191). Sum of RGB (Red+Green+Blue) = 32+73+191=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #2049BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2049BF is #DFB640. Grayscale: #494949. Windows color (decimal): -14661185 or 12536096. OLE color: 12536096.

HSL color Cylindrical-coordinate representation of color #2049BF: hue angle of 224.53º degrees, saturation: 0.71, 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 #2049BF is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 73 191 -
CMYK 0.83 0.62 0 0.25
HSL 224.53º 0.71% 0.44% -
HSV(B) 224.53º 0.83% 0.75% -
XYZ 12.38 8.83 50.34 -
YUV 74.19 193.92 97.91 -
System Red Green Blue C M Y K H S L
Decimal 32 73 191 0.83 0.62 0 0.25 224.53 0.71 0.44
Hex 20 49 BF 53 3E 0 19 E1 47 2C
Octal 40 111 277 123 76 0 31 341 107 54
Binary 100000 1001001 10111111 1010011 111110 0 11001 11100001 1000111 101100

Color Harmonies of #2049BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2049BF

Black with #2049BF

Text Example


Text Example

White with #2049BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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