Html Css Color HEX #017DF0 Dodger Blue

📋 copy color: '#017DF0'

red 1 ◦ green 125 ◦ blue 240

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

Shades of Dodger Blue #017DF0

Tints of Dodger Blue #017DF0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.15%

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

R = 0.27%
G = 34.15%
B = 65.57%

CMYK

 C value IS 1.00

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#017DF0 (or 0x017DF0) is known color: Dodger Blue. HEX triplet: 01, 7D and F0. RGB value is (1,125,240). Sum of RGB (Red+Green+Blue) = 1+125+240=366 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 240 (94.14% from 255 or 65.57% from 366); Max value from RGB is 240 - color contains mainly: blue. Hex color #017DF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017DF0 is #FE820F. Grayscale: #646464. Windows color (decimal): -16679440 or 15760641. OLE color: 15760641.

HSL color Cylindrical-coordinate representation of color #017DF0: hue angle of 208.87º 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 #017DF0 is Cyan = 1.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 125 240 -
CMYK 1.00 0.48 0 0.06
HSL 208.87º 0.99% 0.47% -
HSV(B) 208.87º 1% 0.94% -
XYZ 23.07 20.96 85.27 -
YUV 101.03 206.42 56.65 -
System Red Green Blue C M Y K H S L
Decimal 1 125 240 1.00 0.48 0 0.06 208.87 0.99 0.47
Hex 1 7D F0 64 30 0 6 D1 63 2F
Octal 1 175 360 144 60 0 6 321 143 57
Binary 1 1111101 11110000 1100100 110000 0 110 11010001 1100011 101111

Color Harmonies of #017DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017DF0

Black with #017DF0

Text Example


Text Example

White with #017DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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