Html Css Color HEX #017CFC Dodger Blue

📋 copy color: '#017CFC'

red 1 ◦ green 124 ◦ blue 252

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

Shades of Dodger Blue #017CFC

Tints of Dodger Blue #017CFC

RGB

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

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

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

R = 0.27%
G = 32.89%
B = 66.84%

CMYK

 C value IS 1.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#017CFC (or 0x017CFC) is known color: Dodger Blue. HEX triplet: 01, 7C and FC. RGB value is (1,124,252). Sum of RGB (Red+Green+Blue) = 1+124+252=377 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 252 (98.83% from 255 or 66.84% from 377); Max value from RGB is 252 - color contains mainly: blue. Hex color #017CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017CFC is #FE8303. Grayscale: #656565. Windows color (decimal): -16679684 or 16546817. OLE color: 16546817.

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

Color convert

RGB 1 124 252 -
CMYK 1.00 0.51 0 0.01
HSL 210.6º 0.99% 0.5% -
HSV(B) 210.6º 1% 0.99% -
XYZ 24.79 21.45 94.93 -
YUV 101.82 212.75 56.09 -
System Red Green Blue C M Y K H S L
Decimal 1 124 252 1.00 0.51 0 0.01 210.6 0.99 0.5
Hex 1 7C FC 64 33 0 1 D3 63 32
Octal 1 174 374 144 63 0 1 323 143 62
Binary 1 1111100 11111100 1100100 110011 0 1 11010011 1100011 110010

Color Harmonies of #017CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017CFC

Black with #017CFC

Text Example


Text Example

White with #017CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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