Html Css Color HEX #017FEC Dodger Blue

📋 copy color: '#017FEC'

red 1 ◦ green 127 ◦ blue 236

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

Shades of Dodger Blue #017FEC

Tints of Dodger Blue #017FEC

RGB

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

 GREEN value IS 127 (50% from 255) = 34.89%

 BLUE value IS 236 (92.58% from 255) = 64.84%

R = 0.27%
G = 34.89%
B = 64.84%

CMYK

 C value IS 1.00

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#017FEC (or 0x017FEC) is known color: Dodger Blue. HEX triplet: 01, 7F and EC. RGB value is (1,127,236). Sum of RGB (Red+Green+Blue) = 1+127+236=364 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 236 (92.58% from 255 or 64.84% from 364); Max value from RGB is 236 - color contains mainly: blue. Hex color #017FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017FEC is #FE8013. Grayscale: #656565. Windows color (decimal): -16678932 or 15499009. OLE color: 15499009.

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

Color convert

RGB 1 127 236 -
CMYK 1.00 0.46 0 0.07
HSL 207.83º 0.99% 0.46% -
HSV(B) 207.83º 1% 0.93% -
XYZ 22.74 21.24 82.26 -
YUV 101.75 203.76 56.14 -
System Red Green Blue C M Y K H S L
Decimal 1 127 236 1.00 0.46 0 0.07 207.83 0.99 0.46
Hex 1 7F EC 64 2E 0 7 D0 63 2E
Octal 1 177 354 144 56 0 7 320 143 56
Binary 1 1111111 11101100 1100100 101110 0 111 11010000 1100011 101110

Color Harmonies of #017FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017FEC

Black with #017FEC

Text Example


Text Example

White with #017FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,127,236); }

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

background-color css

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

 a { background-color: rgb(1,127,236); }

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

border-color css

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

 span { border-color: rgb(1,127,236); }

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