Html Css Color HEX #017EFD Dodger Blue

📋 copy color: '#017EFD'

red 1 ◦ green 126 ◦ blue 253

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

Shades of Dodger Blue #017EFD

Tints of Dodger Blue #017EFD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.16%

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

R = 0.26%
G = 33.16%
B = 66.58%

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

#017EFD (or 0x017EFD) is known color: Dodger Blue. HEX triplet: 01, 7E and FD. RGB value is (1,126,253). Sum of RGB (Red+Green+Blue) = 1+126+253=380 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #017EFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017EFD is #FE8102. Grayscale: #666666. Windows color (decimal): -16679171 or 16612865. OLE color: 16612865.

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

Color convert

RGB 1 126 253 -
CMYK 1.00 0.50 0 0.01
HSL 210.24º 0.99% 0.5% -
HSV(B) 210.24º 1% 0.99% -
XYZ 25.2 22.02 95.85 -
YUV 103.1 212.59 55.17 -
System Red Green Blue C M Y K H S L
Decimal 1 126 253 1.00 0.50 0 0.01 210.24 0.99 0.5
Hex 1 7E FD 64 32 0 1 D2 63 32
Octal 1 176 375 144 62 0 1 322 143 62
Binary 1 1111110 11111101 1100100 110010 0 1 11010010 1100011 110010

Color Harmonies of #017EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017EFD

Black with #017EFD

Text Example


Text Example

White with #017EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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