Html Css Color HEX #017EFE Dodger Blue

📋 copy color: '#017EFE'

red 1 ◦ green 126 ◦ blue 254

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

Shades of Dodger Blue #017EFE

Tints of Dodger Blue #017EFE

RGB

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

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

 BLUE value IS 254 (99.61% 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.00

RGB Variations

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

Color information

#017EFE (or 0x017EFE) is known color: Dodger Blue. HEX triplet: 01, 7E and FE. RGB value is (1,126,254). Sum of RGB (Red+Green+Blue) = 1+126+254=381 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #017EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017EFE is #FE8101. Grayscale: #666666. Windows color (decimal): -16679170 or 16678401. OLE color: 16678401.

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

Color convert

RGB 1 126 254 -
CMYK 1.00 0.50 0 0.00
HSL 210.36º 0.99% 0.5% -
HSV(B) 210.36º 1% 1% -
XYZ 25.36 22.08 96.69 -
YUV 103.22 213.09 55.09 -
System Red Green Blue C M Y K H S L
Decimal 1 126 254 1.00 0.50 0 0.00 210.36 0.99 0.5
Hex 1 7E FE 64 32 0 0 D2 63 32
Octal 1 176 376 144 62 0 0 322 143 62
Binary 1 1111110 11111110 1100100 110010 0 0 11010010 1100011 110010

Color Harmonies of #017EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017EFE

Black with #017EFE

Text Example


Text Example

White with #017EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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