#0179FE

Color #0179FE Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #0179FE

Tints of Dodger Blue #0179FE

Color information

#0179FE (or 0x0179FE) is unknown color: approx Dodger Blue. HEX triplet: 01, 79 and FE. RGB value is (1,121,254). Sum of RGB (Red+Green+Blue) = 1+121+254=376 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 254 (99.61% from 255 or 67.55% from 376); Max value from RGB is 254 - color contains mainly: blue. Hex color #0179FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0179FE is #FE8601. Grayscale: #636363. Windows color (decimal): -16680450 or 16677121. OLE color: 16677121.

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

Color convert

RGB1121254-
CMYK1.000.5200.00
HSL211.54º99.22%50%-
HSV(B)211.54º99.61%99.61%-
XYZ24.7420.8496.48-
YUV100.28214.7457.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.27%
GREEN value IS 121 (47.66% from 255) = 32.18%
BLUE value IS 254 (99.61% from 255) = 67.55%
R=0.27%
G=32.18%
B=67.55%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal11212541.000.5200.00211.5499.2250
Hex179FE643400d46332
Octal1171376144640032414362
Binary1111100111111110110010011010000110101001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0179FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0179FE; }

 p { color: rgb(1,121,254); }

 H1.HeaderClassName
 {
   color: #0179FE;
 }
 .AnyTagClassName
 {
   color: #0179FE;
 }
</style>
background-color css

<style>
 a { background-color: #0179FE; }

 a { background-color: rgb(1,121,254); }

 div.DivClassName
 {
   background-color: #0179FE;
 }
 .BgClassName
 {
   background-color: #0179FE;
 }
</style>
border-color css

<style>
 span { border-color: #0179FE; }

 span { border-color: rgb(1,121,254); }

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