Html Css Color HEX #017FED Dodger Blue

📋 copy color: '#017FED'

red 1 ◦ green 127 ◦ blue 237

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

Shades of Dodger Blue #017FED

Tints of Dodger Blue #017FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.93%

R = 0.27%
G = 34.79%
B = 64.93%

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

#017FED (or 0x017FED) is known color: Dodger Blue. HEX triplet: 01, 7F and ED. RGB value is (1,127,237). Sum of RGB (Red+Green+Blue) = 1+127+237=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #017FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017FED is #FE8012. Grayscale: #656565. Windows color (decimal): -16678931 or 15564545. OLE color: 15564545.

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

Color convert

RGB 1 127 237 -
CMYK 1.00 0.46 0 0.07
HSL 207.97º 0.99% 0.47% -
HSV(B) 207.97º 1% 0.93% -
XYZ 22.89 21.3 83.03 -
YUV 101.87 204.26 56.06 -
System Red Green Blue C M Y K H S L
Decimal 1 127 237 1.00 0.46 0 0.07 207.97 0.99 0.47
Hex 1 7F ED 64 2E 0 7 D0 63 2F
Octal 1 177 355 144 56 0 7 320 143 57
Binary 1 1111111 11101101 1100100 101110 0 111 11010000 1100011 101111

Color Harmonies of #017FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017FED

Black with #017FED

Text Example


Text Example

White with #017FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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