#0A8DF1

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

Shades of Dodger Blue #0A8DF1

Tints of Dodger Blue #0A8DF1

Color information

#0A8DF1 (or 0x0A8DF1) is unknown color: approx Dodger Blue. HEX triplet: 0A, 8D and F1. RGB value is (10,141,241). Sum of RGB (Red+Green+Blue) = 10+141+241=392 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.55% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 241 (94.53% from 255 or 61.48% from 392); Max value from RGB is 241 - color contains mainly: blue. Hex color #0A8DF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A8DF1 is #F5720E. Grayscale: #707070. Windows color (decimal): -16085519 or 15830282. OLE color: 15830282.

HSL color Cylindrical-coordinate representation of color #0A8DF1: hue angle of 205.97º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A8DF1 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10141241-
CMYK0.960.4100.05
HSL205.97º92.03%49.22%-
HSV(B)205.97º95.85%94.51%-
XYZ25.5325.4786.79-
YUV113.23200.154.37-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.55%
GREEN value IS 141 (55.47% from 255) = 35.97%
BLUE value IS 241 (94.53% from 255) = 61.48%
R=2.55%
G=35.97%
B=61.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal101412410.960.4100.05205.9792.0349.22
HexA8DF1602905ce5c31
Octal12215361140510531613461
Binary1010100011011111000111000001010010101110011101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,141,241); }

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

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

 a { background-color: rgb(10,141,241); }

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

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

 span { border-color: rgb(10,141,241); }

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