#0081FB

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

Shades of Dodger Blue #0081FB

Tints of Dodger Blue #0081FB

Color information

#0081FB (or 0x0081FB) is unknown color: approx Dodger Blue. HEX triplet: 00, 81 and FB. RGB value is (0,129,251). Sum of RGB (Red+Green+Blue) = 0+129+251=380 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #0081FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0081FB is #FF7E04. Grayscale: #676767. Windows color (decimal): -16743941 or 16482560. OLE color: 16482560.

HSL color Cylindrical-coordinate representation of color #0081FB: hue angle of 209.16º 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 #0081FB is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB0129251-
CMYK10.4900.02
HSL209.16º100%49.22%-
HSV(B)209.16º100%98.43%-
XYZ25.2622.6794.31-
YUV104.34210.7653.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 129 (50.78% from 255) = 33.95%
BLUE value IS 251 (98.44% from 255) = 66.05%
R=0%
G=33.95%
B=66.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal012925110.4900.02209.1610049.22
Hex081FB643102d16431
Octal0201373144610232114461
Binary010000001111110111100100110001010110100011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0081FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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