Html Css Color HEX #017EFC Dodger Blue

📋 copy color: '#017EFC'

red 1 ◦ green 126 ◦ blue 252

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

Shades of Dodger Blue #017EFC

Tints of Dodger Blue #017EFC

RGB

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

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

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

R = 0.26%
G = 33.25%
B = 66.49%

CMYK

 C value IS 1.00

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#017EFC (or 0x017EFC) is known color: Dodger Blue. HEX triplet: 01, 7E and FC. RGB value is (1,126,252). Sum of RGB (Red+Green+Blue) = 1+126+252=379 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 252 (98.83% from 255 or 66.49% from 379); Max value from RGB is 252 - color contains mainly: blue. Hex color #017EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017EFC is #FE8103. Grayscale: #666666. Windows color (decimal): -16679172 or 16547329. OLE color: 16547329.

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

Color convert

RGB 1 126 252 -
CMYK 1.00 0.5 0 0.01
HSL 210.12º 0.99% 0.5% -
HSV(B) 210.12º 1% 0.99% -
XYZ 25.04 21.96 95.01 -
YUV 102.99 212.09 55.25 -
System Red Green Blue C M Y K H S L
Decimal 1 126 252 1.00 0.5 0 0.01 210.12 0.99 0.5
Hex 1 7E FC 64 32 0 1 D2 63 32
Octal 1 176 374 144 62 0 1 322 143 62
Binary 1 1111110 11111100 1100100 110010 0 1 11010010 1100011 110010

Color Harmonies of #017EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017EFC

Black with #017EFC

Text Example


Text Example

White with #017EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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