#0176FF

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

Shades of Dodger Blue #0176FF

Tints of Dodger Blue #0176FF

Color information

#0176FF (or 0x0176FF) is unknown color: approx Dodger Blue. HEX triplet: 01, 76 and FF. RGB value is (1,118,255). Sum of RGB (Red+Green+Blue) = 1+118+255=374 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #0176FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0176FF is #FE8900. Grayscale: #616161. Windows color (decimal): -16681217 or 16741889. OLE color: 16741889.

HSL color Cylindrical-coordinate representation of color #0176FF: hue angle of 212.36º 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 #0176FF is Cyan = 1.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1118255-
CMYK1.000.5400
HSL212.36º100%50.2%-
HSV(B)212.36º99.61%100%-
XYZ24.5420.1897.21-
YUV98.64216.2458.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.27%
GREEN value IS 118 (46.48% from 255) = 31.55%
BLUE value IS 255 (100% from 255) = 68.18%
R=0.27%
G=31.55%
B=68.18%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal11182551.000.5400212.3610050.2
Hex176FF643600d46432
Octal1166377144660032414462
Binary1111011011111111110010011011000110101001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0176FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0176FF; }

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

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

<style>
 a { background-color: #0176FF; }

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

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

<style>
 span { border-color: #0176FF; }

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

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