Html Css Color HEX #017DFC Dodger Blue

📋 copy color: '#017DFC'

red 1 ◦ green 125 ◦ blue 252

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

Shades of Dodger Blue #017DFC

Tints of Dodger Blue #017DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 66.67%

R = 0.26%
G = 33.07%
B = 66.67%

CMYK

 C value IS 1.00

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#017DFC (or 0x017DFC) is known color: Dodger Blue. HEX triplet: 01, 7D and FC. RGB value is (1,125,252). Sum of RGB (Red+Green+Blue) = 1+125+252=378 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 252 (98.83% from 255 or 66.67% from 378); Max value from RGB is 252 - color contains mainly: blue. Hex color #017DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017DFC is #FE8203. Grayscale: #656565. Windows color (decimal): -16679428 or 16547073. OLE color: 16547073.

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

Color convert

RGB 1 125 252 -
CMYK 1.00 0.50 0 0.01
HSL 210.36º 0.99% 0.5% -
HSV(B) 210.36º 1% 0.99% -
XYZ 24.92 21.7 94.97 -
YUV 102.4 212.42 55.67 -
System Red Green Blue C M Y K H S L
Decimal 1 125 252 1.00 0.50 0 0.01 210.36 0.99 0.5
Hex 1 7D FC 64 32 0 1 D2 63 32
Octal 1 175 374 144 62 0 1 322 143 62
Binary 1 1111101 11111100 1100100 110010 0 1 11010010 1100011 110010

Color Harmonies of #017DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017DFC

Black with #017DFC

Text Example


Text Example

White with #017DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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