Html Css Color HEX #019DF0 Dodger Blue

📋 copy color: '#019DF0'

red 1 ◦ green 157 ◦ blue 240

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

Shades of Dodger Blue #019DF0

Tints of Dodger Blue #019DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 60.3%

R = 0.25%
G = 39.45%
B = 60.3%

CMYK

 C value IS 1.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#019DF0 (or 0x019DF0) is known color: Dodger Blue. HEX triplet: 01, 9D and F0. RGB value is (1,157,240). Sum of RGB (Red+Green+Blue) = 1+157+240=398 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 240 (94.14% from 255 or 60.30% from 398); Max value from RGB is 240 - color contains mainly: blue. Hex color #019DF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019DF0 is #FE620F. Grayscale: #777777. Windows color (decimal): -16671248 or 15768833. OLE color: 15768833.

HSL color Cylindrical-coordinate representation of color #019DF0: hue angle of 200.84º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019DF0 is Cyan = 1.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 157 240 -
CMYK 1.00 0.35 0 0.06
HSL 200.84º 0.99% 0.47% -
HSV(B) 200.84º 1% 0.94% -
XYZ 27.8 30.41 86.84 -
YUV 119.82 195.82 43.25 -
System Red Green Blue C M Y K H S L
Decimal 1 157 240 1.00 0.35 0 0.06 200.84 0.99 0.47
Hex 1 9D F0 64 23 0 6 C9 63 2F
Octal 1 235 360 144 43 0 6 311 143 57
Binary 1 10011101 11110000 1100100 100011 0 110 11001001 1100011 101111

Color Harmonies of #019DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019DF0

Black with #019DF0

Text Example


Text Example

White with #019DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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