#0a81f5

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

Shades of Dodger Blue #0A81F5

Tints of Dodger Blue #0A81F5

Color information

#0A81F5 (or 0x0A81F5) is unknown color: approx Dodger Blue. HEX triplet: 0A, 81 and F5. RGB value is (10,129,245). Sum of RGB (Red+Green+Blue) = 10+129+245=384 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 245 (96.09% from 255 or 63.80% from 384); Max value from RGB is 245 - color contains mainly: blue. Hex color #0A81F5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A81F5 is #F57E0A. Grayscale: #6A6A6A. Windows color (decimal): -16088587 or 16089354. OLE color: 16089354.

HSL color Cylindrical-coordinate representation of color #0A81F5: hue angle of 209.62º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A81F5 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10129245-
CMYK0.960.4700.04
HSL209.62º92.16%50%-
HSV(B)209.62º95.92%96.08%-
XYZ24.4622.3689.41-
YUV106.64206.0859.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.60%
GREEN value IS 129 (50.78% from 255) = 33.59%
BLUE value IS 245 (96.09% from 255) = 63.80%
R=2.60%
G=33.59%
B=63.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal101292450.960.4700.04209.6292.1650
HexA81F5602F04d25c32
Octal12201365140570432213462
Binary1010100000011111010111000001011110100110100101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a81f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0a81f5; }

 p { color: rgb(10,129,245); }

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

<style>
 a { background-color: #0a81f5; }

 a { background-color: rgb(10,129,245); }

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

<style>
 span { border-color: #0a81f5; }

 span { border-color: rgb(10,129,245); }

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