#0178FE

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

Shades of Dodger Blue #0178FE

Tints of Dodger Blue #0178FE

Color information

#0178FE (or 0x0178FE) is unknown color: approx Dodger Blue. HEX triplet: 01, 78 and FE. RGB value is (1,120,254). Sum of RGB (Red+Green+Blue) = 1+120+254=375 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 254 (99.61% from 255 or 67.73% from 375); Max value from RGB is 254 - color contains mainly: blue. Hex color #0178FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0178FE is #FE8701. Grayscale: #636363. Windows color (decimal): -16680706 or 16676865. OLE color: 16676865.

HSL color Cylindrical-coordinate representation of color #0178FE: hue angle of 211.78º 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 #0178FE is Cyan = 1.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB1120254-
CMYK1.000.5300.00
HSL211.78º99.22%50%-
HSV(B)211.78º99.61%99.61%-
XYZ24.6220.696.44-
YUV99.7215.0857.6-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.27%
GREEN value IS 120 (47.27% from 255) = 32%
BLUE value IS 254 (99.61% from 255) = 67.73%
R=0.27%
G=32%
B=67.73%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal11202541.000.5300.00211.7899.2250
Hex178FE643500d46332
Octal1170376144650032414362
Binary1111100011111110110010011010100110101001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0178FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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