#0A86EB

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

Shades of Dodger Blue #0A86EB

Tints of Dodger Blue #0A86EB

Color information

#0A86EB (or 0x0A86EB) is unknown color: approx Dodger Blue. HEX triplet: 0A, 86 and EB. RGB value is (10,134,235). Sum of RGB (Red+Green+Blue) = 10+134+235=379 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.64% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 235 (92.19% from 255 or 62.01% from 379); Max value from RGB is 235 - color contains mainly: blue. Hex color #0A86EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A86EB is #F57914. Grayscale: #6B6B6B. Windows color (decimal): -16087317 or 15435274. OLE color: 15435274.

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

Color convert

RGB10134235-
CMYK0.960.4300.08
HSL206.93º91.84%48.04%-
HSV(B)206.93º95.74%92.16%-
XYZ23.6523.1181.81-
YUV108.44199.4257.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.64%
GREEN value IS 134 (52.73% from 255) = 35.36%
BLUE value IS 235 (92.19% from 255) = 62.01%
R=2.64%
G=35.36%
B=62.01%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal101342350.960.4300.08206.9391.8448.04
HexA86EB602B08cf5c30
Octal122063531405301031713460
Binary10101000011011101011110000010101101000110011111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A86EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,134,235); }

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

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

 a { background-color: rgb(10,134,235); }

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

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

 span { border-color: rgb(10,134,235); }

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