Html Css Color HEX #017DF1 Dodger Blue

📋 copy color: '#017DF1'

red 1 ◦ green 125 ◦ blue 241

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

Shades of Dodger Blue #017DF1

Tints of Dodger Blue #017DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 65.67%

R = 0.27%
G = 34.06%
B = 65.67%

CMYK

 C value IS 1.00

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#017DF1 (or 0x017DF1) is known color: Dodger Blue. HEX triplet: 01, 7D and F1. RGB value is (1,125,241). Sum of RGB (Red+Green+Blue) = 1+125+241=367 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 241 (94.53% from 255 or 65.67% from 367); Max value from RGB is 241 - color contains mainly: blue. Hex color #017DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017DF1 is #FE820E. Grayscale: #646464. Windows color (decimal): -16679439 or 15826177. OLE color: 15826177.

HSL color Cylindrical-coordinate representation of color #017DF1: hue angle of 209º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017DF1 is Cyan = 1.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 1 125 241 -
CMYK 1.00 0.48 0 0.05
HSL 209º 0.99% 0.47% -
HSV(B) 209º 1% 0.95% -
XYZ 23.22 21.02 86.05 -
YUV 101.15 206.92 56.57 -
System Red Green Blue C M Y K H S L
Decimal 1 125 241 1.00 0.48 0 0.05 209 0.99 0.47
Hex 1 7D F1 64 30 0 5 D1 63 2F
Octal 1 175 361 144 60 0 5 321 143 57
Binary 1 1111101 11110001 1100100 110000 0 101 11010001 1100011 101111

Color Harmonies of #017DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017DF1

Black with #017DF1

Text Example


Text Example

White with #017DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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