Html Css Color HEX #019DEC Dodger Blue

📋 copy color: '#019DEC'

red 1 ◦ green 157 ◦ blue 236

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

Shades of Dodger Blue #019DEC

Tints of Dodger Blue #019DEC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.85%

 BLUE value IS 236 (92.58% from 255) = 59.9%

R = 0.25%
G = 39.85%
B = 59.9%

CMYK

 C value IS 1.00

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#019DEC (or 0x019DEC) is known color: Dodger Blue. HEX triplet: 01, 9D and EC. RGB value is (1,157,236). Sum of RGB (Red+Green+Blue) = 1+157+236=394 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 236 (92.58% from 255 or 59.90% from 394); Max value from RGB is 236 - color contains mainly: blue. Hex color #019DEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019DEC is #FE6213. Grayscale: #767676. Windows color (decimal): -16671252 or 15506689. OLE color: 15506689.

HSL color Cylindrical-coordinate representation of color #019DEC: hue angle of 200.17º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019DEC is Cyan = 1.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 157 236 -
CMYK 1.00 0.33 0 0.07
HSL 200.17º 0.99% 0.46% -
HSV(B) 200.17º 1% 0.93% -
XYZ 27.21 30.18 83.75 -
YUV 119.36 193.82 43.58 -
System Red Green Blue C M Y K H S L
Decimal 1 157 236 1.00 0.33 0 0.07 200.17 0.99 0.46
Hex 1 9D EC 64 21 0 7 C8 63 2E
Octal 1 235 354 144 41 0 7 310 143 56
Binary 1 10011101 11101100 1100100 100001 0 111 11001000 1100011 101110

Color Harmonies of #019DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019DEC

Black with #019DEC

Text Example


Text Example

White with #019DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,157,236); }

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

background-color css

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

 a { background-color: rgb(1,157,236); }

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

border-color css

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

 span { border-color: rgb(1,157,236); }

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