Html Css Color HEX #017CFF Dodger Blue

📋 copy color: '#017CFF'

red 1 ◦ green 124 ◦ blue 255

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

Shades of Dodger Blue #017CFF

Tints of Dodger Blue #017CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.63%

 BLUE value IS 255 (100% from 255) = 67.11%

R = 0.26%
G = 32.63%
B = 67.11%

CMYK

 C value IS 1.00

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#017CFF (or 0x017CFF) is known color: Dodger Blue. HEX triplet: 01, 7C and FF. RGB value is (1,124,255). Sum of RGB (Red+Green+Blue) = 1+124+255=380 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #017CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017CFF is #FE8300. Grayscale: #656565. Windows color (decimal): -16679681 or 16743425. OLE color: 16743425.

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

Color convert

RGB 1 124 255 -
CMYK 1.00 0.51 0 0
HSL 210.94º 1% 0.5% -
HSV(B) 210.94º 1% 1% -
XYZ 25.27 21.64 97.45 -
YUV 102.16 214.25 55.85 -
System Red Green Blue C M Y K H S L
Decimal 1 124 255 1.00 0.51 0 0 210.94 1 0.5
Hex 1 7C FF 64 33 0 0 D3 64 32
Octal 1 174 377 144 63 0 0 323 144 62
Binary 1 1111100 11111111 1100100 110011 0 0 11010011 1100100 110010

Color Harmonies of #017CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017CFF

Black with #017CFF

Text Example


Text Example

White with #017CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,124,255); }

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

background-color css

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

 a { background-color: rgb(1,124,255); }

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

border-color css

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

 span { border-color: rgb(1,124,255); }

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