Html Css Color HEX #2019EF Blue

📋 copy color: '#2019EF'

red 32 ◦ green 25 ◦ blue 239

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

Shades of Blue #2019EF

Tints of Blue #2019EF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.45%

 BLUE value IS 239 (93.75% from 255) = 80.74%

R = 10.81%
G = 8.45%
B = 80.74%

CMYK

 C value IS 0.87

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2019EF (or 0x2019EF) is known color: Blue. HEX triplet: 20, 19 and EF. RGB value is (32,25,239). Sum of RGB (Red+Green+Blue) = 32+25+239=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 239 (93.75% from 255 or 80.74% from 296); Max value from RGB is 239 - color contains mainly: blue. Hex color #2019EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2019EF is #DFE610. Grayscale: #323232. Windows color (decimal): -14673425 or 15669536. OLE color: 15669536.

HSL color Cylindrical-coordinate representation of color #2019EF: hue angle of 241.96º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2019EF is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 25 239 -
CMYK 0.87 0.90 0 0.06
HSL 241.96º 0.87% 0.52% -
HSV(B) 241.96º 0.9% 0.94% -
XYZ 16.52 7.23 82.19 -
YUV 51.49 233.82 114.1 -
System Red Green Blue C M Y K H S L
Decimal 32 25 239 0.87 0.90 0 0.06 241.96 0.87 0.52
Hex 20 19 EF 57 5A 0 6 F2 57 34
Octal 40 31 357 127 132 0 6 362 127 64
Binary 100000 11001 11101111 1010111 1011010 0 110 11110010 1010111 110100

Color Harmonies of #2019EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2019EF

Black with #2019EF

Text Example


Text Example

White with #2019EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2019EF; }

 p { color: rgb(32,25,239); }

 H1.HeaderClassName
 {
   color: #2019EF;
 }
 .AnyTagClassName
 {
   color: #2019EF;
 }
</style>

background-color css

<style>
 a { background-color: #2019EF; }

 a { background-color: rgb(32,25,239); }

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

border-color css

<style>
 span { border-color: #2019EF; }

 span { border-color: rgb(32,25,239); }

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