Html Css Color HEX #019DF7 Dodger Blue

📋 copy color: '#019DF7'

red 1 ◦ green 157 ◦ blue 247

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

Shades of Dodger Blue #019DF7

Tints of Dodger Blue #019DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 60.99%

R = 0.25%
G = 38.77%
B = 60.99%

CMYK

 C value IS 1.00

 M value IS 0.36

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#019DF7 (or 0x019DF7) is known color: Dodger Blue. HEX triplet: 01, 9D and F7. RGB value is (1,157,247). Sum of RGB (Red+Green+Blue) = 1+157+247=405 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 247 (96.88% from 255 or 60.99% from 405); Max value from RGB is 247 - color contains mainly: blue. Hex color #019DF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019DF7 is #FE6208. Grayscale: #787878. Windows color (decimal): -16671241 or 16227585. OLE color: 16227585.

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

Color convert

RGB 1 157 247 -
CMYK 1.00 0.36 0 0.03
HSL 201.95º 0.99% 0.49% -
HSV(B) 201.95º 1% 0.97% -
XYZ 28.86 30.84 92.43 -
YUV 120.62 199.32 42.68 -
System Red Green Blue C M Y K H S L
Decimal 1 157 247 1.00 0.36 0 0.03 201.95 0.99 0.49
Hex 1 9D F7 64 24 0 3 CA 63 31
Octal 1 235 367 144 44 0 3 312 143 61
Binary 1 10011101 11110111 1100100 100100 0 11 11001010 1100011 110001

Color Harmonies of #019DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019DF7

Black with #019DF7

Text Example


Text Example

White with #019DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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