Html Css Color HEX #017DFD Dodger Blue

📋 copy color: '#017DFD'

red 1 ◦ green 125 ◦ blue 253

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

Shades of Dodger Blue #017DFD

Tints of Dodger Blue #017DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 66.75%

R = 0.26%
G = 32.98%
B = 66.75%

CMYK

 C value IS 1.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#017DFD (or 0x017DFD) is known color: Dodger Blue. HEX triplet: 01, 7D and FD. RGB value is (1,125,253). Sum of RGB (Red+Green+Blue) = 1+125+253=379 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 253 (99.22% from 255 or 66.75% from 379); Max value from RGB is 253 - color contains mainly: blue. Hex color #017DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017DFD is #FE8202. Grayscale: #656565. Windows color (decimal): -16679427 or 16612609. OLE color: 16612609.

HSL color Cylindrical-coordinate representation of color #017DFD: hue angle of 210.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017DFD is Cyan = 1.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 125 253 -
CMYK 1.00 0.51 0 0.01
HSL 210.48º 0.99% 0.5% -
HSV(B) 210.48º 1% 0.99% -
XYZ 25.08 21.77 95.81 -
YUV 102.52 212.92 55.59 -
System Red Green Blue C M Y K H S L
Decimal 1 125 253 1.00 0.51 0 0.01 210.48 0.99 0.5
Hex 1 7D FD 64 33 0 1 D2 63 32
Octal 1 175 375 144 63 0 1 322 143 62
Binary 1 1111101 11111101 1100100 110011 0 1 11010010 1100011 110010

Color Harmonies of #017DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017DFD

Black with #017DFD

Text Example


Text Example

White with #017DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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