Html Css Color HEX #019EFF Dodger Blue

📋 copy color: '#019EFF'

red 1 ◦ green 158 ◦ blue 255

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

Shades of Dodger Blue #019EFF

Tints of Dodger Blue #019EFF

RGB

 RED value IS 1 (0.78% from 255) = 0.24%

 GREEN value IS 158 (62.11% from 255) = 38.16%

 BLUE value IS 255 (100% from 255) = 61.59%

R = 0.24%
G = 38.16%
B = 61.59%

CMYK

 C value IS 1.00

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#019EFF (or 0x019EFF) is known color: Dodger Blue. HEX triplet: 01, 9E and FF. RGB value is (1,158,255). Sum of RGB (Red+Green+Blue) = 1+158+255=414 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #019EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019EFF is #FE6100. Grayscale: #797979. Windows color (decimal): -16670977 or 16752129. OLE color: 16752129.

HSL color Cylindrical-coordinate representation of color #019EFF: hue angle of 202.91º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019EFF is Cyan = 1.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 1 158 255 -
CMYK 1.00 0.38 0 0
HSL 202.91º 1% 0.5% -
HSV(B) 202.91º 1% 1% -
XYZ 30.29 31.68 99.13 -
YUV 122.12 202.99 41.61 -
System Red Green Blue C M Y K H S L
Decimal 1 158 255 1.00 0.38 0 0 202.91 1 0.5
Hex 1 9E FF 64 26 0 0 CB 64 32
Octal 1 236 377 144 46 0 0 313 144 62
Binary 1 10011110 11111111 1100100 100110 0 0 11001011 1100100 110010

Color Harmonies of #019EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019EFF

Black with #019EFF

Text Example


Text Example

White with #019EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019EFF; }

 p { color: rgb(1,158,255); }

 H1.HeaderClassName
 {
   color: #019EFF;
 }
 .AnyTagClassName
 {
   color: #019EFF;
 }
</style>

background-color css

<style>
 a { background-color: #019EFF; }

 a { background-color: rgb(1,158,255); }

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

border-color css

<style>
 span { border-color: #019EFF; }

 span { border-color: rgb(1,158,255); }

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