Html Css Color HEX #2048E7 Cerulean Blue

📋 copy color: '#2048E7'

red 32 ◦ green 72 ◦ blue 231

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

Shades of Cerulean Blue #2048E7

Tints of Cerulean Blue #2048E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 68.96%

R = 9.55%
G = 21.49%
B = 68.96%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2048E7 (or 0x2048E7) is known color: Cerulean Blue. HEX triplet: 20, 48 and E7. RGB value is (32,72,231). Sum of RGB (Red+Green+Blue) = 32+72+231=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 231 (90.62% from 255 or 68.96% from 335); Max value from RGB is 231 - color contains mainly: blue. Hex color #2048E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2048E7 is #DFB718. Grayscale: #4D4D4D. Windows color (decimal): -14661401 or 15157280. OLE color: 15157280.

HSL color Cylindrical-coordinate representation of color #2048E7: hue angle of 227.94º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2048E7 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 32 72 231 -
CMYK 0.86 0.69 0 0.09
HSL 227.94º 0.81% 0.52% -
HSV(B) 227.94º 0.86% 0.91% -
XYZ 17.34 10.71 76.76 -
YUV 78.17 214.25 95.07 -
System Red Green Blue C M Y K H S L
Decimal 32 72 231 0.86 0.69 0 0.09 227.94 0.81 0.52
Hex 20 48 E7 56 45 0 9 E4 51 34
Octal 40 110 347 126 105 0 11 344 121 64
Binary 100000 1001000 11100111 1010110 1000101 0 1001 11100100 1010001 110100

Color Harmonies of #2048E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2048E7

Black with #2048E7

Text Example


Text Example

White with #2048E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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