Html Css Color HEX #2048BE Cerulean Blue

📋 copy color: '#2048BE'

red 32 ◦ green 72 ◦ blue 190

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

Shades of Cerulean Blue #2048BE

Tints of Cerulean Blue #2048BE

RGB

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

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

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

R = 10.88%
G = 24.49%
B = 64.63%

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

#2048BE (or 0x2048BE) is known color: Cerulean Blue. HEX triplet: 20, 48 and BE. RGB value is (32,72,190). Sum of RGB (Red+Green+Blue) = 32+72+190=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 190 (74.61% from 255 or 64.63% from 294); Max value from RGB is 190 - color contains mainly: blue. Hex color #2048BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2048BE is #DFB741. Grayscale: #484848. Windows color (decimal): -14661442 or 12470304. OLE color: 12470304.

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

Color convert

RGB 32 72 190 -
CMYK 0.83 0.62 0 0.25
HSL 224.81º 0.71% 0.44% -
HSV(B) 224.81º 0.83% 0.75% -
XYZ 12.21 8.66 49.74 -
YUV 73.49 193.75 98.41 -
System Red Green Blue C M Y K H S L
Decimal 32 72 190 0.83 0.62 0 0.25 224.81 0.71 0.44
Hex 20 48 BE 53 3E 0 19 E1 47 2C
Octal 40 110 276 123 76 0 31 341 107 54
Binary 100000 1001000 10111110 1010011 111110 0 11001 11100001 1000111 101100

Color Harmonies of #2048BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2048BE

Black with #2048BE

Text Example


Text Example

White with #2048BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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