Html Css Color HEX #019DF6 Dodger Blue

📋 copy color: '#019DF6'

red 1 ◦ green 157 ◦ blue 246

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

Shades of Dodger Blue #019DF6

Tints of Dodger Blue #019DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 60.89%

R = 0.25%
G = 38.86%
B = 60.89%

CMYK

 C value IS 1.00

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#019DF6 (or 0x019DF6) is known color: Dodger Blue. HEX triplet: 01, 9D and F6. RGB value is (1,157,246). Sum of RGB (Red+Green+Blue) = 1+157+246=404 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 246 (96.48% from 255 or 60.89% from 404); Max value from RGB is 246 - color contains mainly: blue. Hex color #019DF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019DF6 is #FE6209. Grayscale: #777777. Windows color (decimal): -16671242 or 16162049. OLE color: 16162049.

HSL color Cylindrical-coordinate representation of color #019DF6: hue angle of 201.8º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019DF6 is Cyan = 1.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 1 157 246 -
CMYK 1.00 0.36 0 0.04
HSL 201.8º 0.99% 0.48% -
HSV(B) 201.8º 1% 0.96% -
XYZ 28.7 30.77 91.62 -
YUV 120.5 198.82 42.76 -
System Red Green Blue C M Y K H S L
Decimal 1 157 246 1.00 0.36 0 0.04 201.8 0.99 0.48
Hex 1 9D F6 64 24 0 4 CA 63 30
Octal 1 235 366 144 44 0 4 312 143 60
Binary 1 10011101 11110110 1100100 100100 0 100 11001010 1100011 110000

Color Harmonies of #019DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019DF6

Black with #019DF6

Text Example


Text Example

White with #019DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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