Html Css Color HEX #017DFA Dodger Blue

📋 copy color: '#017DFA'

red 1 ◦ green 125 ◦ blue 250

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

Shades of Dodger Blue #017DFA

Tints of Dodger Blue #017DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.49%

R = 0.27%
G = 33.24%
B = 66.49%

CMYK

 C value IS 1.00

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#017DFA (or 0x017DFA) is known color: Dodger Blue. HEX triplet: 01, 7D and FA. RGB value is (1,125,250). Sum of RGB (Red+Green+Blue) = 1+125+250=376 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #017DFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017DFA is #FE8205. Grayscale: #656565. Windows color (decimal): -16679430 or 16416001. OLE color: 16416001.

HSL color Cylindrical-coordinate representation of color #017DFA: hue angle of 210.12º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017DFA is Cyan = 1.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 125 250 -
CMYK 1.00 0.50 0 0.02
HSL 210.12º 0.99% 0.49% -
HSV(B) 210.12º 1% 0.98% -
XYZ 24.6 21.58 93.31 -
YUV 102.17 211.42 55.84 -
System Red Green Blue C M Y K H S L
Decimal 1 125 250 1.00 0.50 0 0.02 210.12 0.99 0.49
Hex 1 7D FA 64 32 0 2 D2 63 31
Octal 1 175 372 144 62 0 2 322 143 61
Binary 1 1111101 11111010 1100100 110010 0 10 11010010 1100011 110001

Color Harmonies of #017DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017DFA

Black with #017DFA

Text Example


Text Example

White with #017DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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