#0081F0

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

Shades of Dodger Blue #0081F0

Tints of Dodger Blue #0081F0

Color information

#0081F0 (or 0x0081F0) is unknown color: approx Dodger Blue. HEX triplet: 00, 81 and F0. RGB value is (0,129,240). Sum of RGB (Red+Green+Blue) = 0+129+240=369 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 240 (94.14% from 255 or 65.04% from 369); Max value from RGB is 240 - color contains mainly: blue. Hex color #0081F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0081F0 is #FF7E0F. Grayscale: #666666. Windows color (decimal): -16743952 or 15761664. OLE color: 15761664.

HSL color Cylindrical-coordinate representation of color #0081F0: hue angle of 207.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0081F0 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB0129240-
CMYK10.4600.06
HSL207.75º100%47.06%-
HSV(B)207.75º100%94.12%-
XYZ23.5821.9985.44-
YUV103.08205.2654.47-

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) = 34.96%
BLUE value IS 240 (94.14% from 255) = 65.04%
R=0%
G=34.96%
B=65.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal012924010.4600.06207.7510047.06
Hex081F0642E06d0642f
Octal0201360144560632014457
Binary0100000011111000011001001011100110110100001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0081F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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