Html Css Color HEX #2048BF Cerulean Blue

📋 copy color: '#2048BF'

red 32 ◦ green 72 ◦ blue 191

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

Shades of Cerulean Blue #2048BF

Tints of Cerulean Blue #2048BF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.41%

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

R = 10.85%
G = 24.41%
B = 64.75%

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

#2048BF (or 0x2048BF) is known color: Cerulean Blue. HEX triplet: 20, 48 and BF. RGB value is (32,72,191). Sum of RGB (Red+Green+Blue) = 32+72+191=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 191 (75% from 255 or 64.75% from 295); Max value from RGB is 191 - color contains mainly: blue. Hex color #2048BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2048BF is #DFB740. Grayscale: #494949. Windows color (decimal): -14661441 or 12535840. OLE color: 12535840.

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

Color convert

RGB 32 72 191 -
CMYK 0.83 0.62 0 0.25
HSL 224.91º 0.71% 0.44% -
HSV(B) 224.91º 0.83% 0.75% -
XYZ 12.32 8.7 50.32 -
YUV 73.61 194.25 98.32 -
System Red Green Blue C M Y K H S L
Decimal 32 72 191 0.83 0.62 0 0.25 224.91 0.71 0.44
Hex 20 48 BF 53 3E 0 19 E1 47 2C
Octal 40 110 277 123 76 0 31 341 107 54
Binary 100000 1001000 10111111 1010011 111110 0 11001 11100001 1000111 101100

Color Harmonies of #2048BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2048BF

Black with #2048BF

Text Example


Text Example

White with #2048BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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