#0080FC

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

Shades of Dodger Blue #0080FC

Tints of Dodger Blue #0080FC

Color information

#0080FC (or 0x0080FC) is unknown color: approx Dodger Blue. HEX triplet: 00, 80 and FC. RGB value is (0,128,252). Sum of RGB (Red+Green+Blue) = 0+128+252=380 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #0080FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0080FC is #FF7F03. Grayscale: #676767. Windows color (decimal): -16744196 or 16547840. OLE color: 16547840.

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

Color convert

RGB0128252-
CMYK10.4900.01
HSL209.52º100%49.41%-
HSV(B)209.52º100%98.82%-
XYZ25.2922.4795.1-
YUV103.86211.5953.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 128 (50.39% from 255) = 33.68%
BLUE value IS 252 (98.83% from 255) = 66.32%
R=0%
G=33.68%
B=66.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal012825210.4900.01209.5210049.41
Hex080FC643101d26431
Octal0200374144610132214461
Binary01000000011111100110010011000101110100101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0080FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0080FC; }

 p { color: rgb(0,128,252); }

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

<style>
 a { background-color: #0080FC; }

 a { background-color: rgb(0,128,252); }

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

<style>
 span { border-color: #0080FC; }

 span { border-color: rgb(0,128,252); }

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