#0180FA

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

Shades of Dodger Blue #0180FA

Tints of Dodger Blue #0180FA

Color information

#0180FA (or 0x0180FA) is unknown color: approx Dodger Blue. HEX triplet: 01, 80 and FA. RGB value is (1,128,250). Sum of RGB (Red+Green+Blue) = 1+128+250=379 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #0180FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0180FA is #FE7F05. Grayscale: #676767. Windows color (decimal): -16678662 or 16416769. OLE color: 16416769.

HSL color Cylindrical-coordinate representation of color #0180FA: hue angle of 209.4º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0180FA is Cyan = 1.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1128250-
CMYK1.000.4900.02
HSL209.4º99.2%49.22%-
HSV(B)209.4º99.6%98.04%-
XYZ24.9922.3593.44-
YUV103.94210.4254.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.26%
GREEN value IS 128 (50.39% from 255) = 33.77%
BLUE value IS 250 (98.05% from 255) = 65.96%
R=0.26%
G=33.77%
B=65.96%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal11282501.000.4900.02209.499.249.22
Hex180FA643102d16331
Octal1200372144610232114361
Binary110000000111110101100100110001010110100011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0180FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0180FA; }

 p { color: rgb(1,128,250); }

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

<style>
 a { background-color: #0180FA; }

 a { background-color: rgb(1,128,250); }

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

<style>
 span { border-color: #0180FA; }

 span { border-color: rgb(1,128,250); }

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