#0080FB

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

Shades of Dodger Blue #0080FB

Tints of Dodger Blue #0080FB

Color information

#0080FB (or 0x0080FB) is unknown color: approx Dodger Blue. HEX triplet: 00, 80 and FB. RGB value is (0,128,251). Sum of RGB (Red+Green+Blue) = 0+128+251=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #0080FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0080FB is #FF7F04. Grayscale: #676767. Windows color (decimal): -16744197 or 16482304. OLE color: 16482304.

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

Color convert

RGB0128251-
CMYK10.4900.02
HSL209.4º100%49.22%-
HSV(B)209.4º100%98.43%-
XYZ25.1322.494.27-
YUV103.75211.0954-

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.77%
BLUE value IS 251 (98.44% from 255) = 66.23%
R=0%
G=33.77%
B=66.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal012825110.4900.02209.410049.22
Hex080FB643102d16431
Octal0200373144610232114461
Binary010000000111110111100100110001010110100011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0080FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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