#0A80E6

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

Shades of Dodger Blue #0A80E6

Tints of Dodger Blue #0A80E6

Color information

#0A80E6 (or 0x0A80E6) is unknown color: approx Dodger Blue. HEX triplet: 0A, 80 and E6. RGB value is (10,128,230). Sum of RGB (Red+Green+Blue) = 10+128+230=368 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 230 (90.23% from 255 or 62.5% from 368); Max value from RGB is 230 - color contains mainly: blue. Hex color #0A80E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A80E6 is #F57F19. Grayscale: #676767. Windows color (decimal): -16088858 or 15106058. OLE color: 15106058.

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

Color convert

RGB10128230-
CMYK0.960.4400.10
HSL207.82º91.67%47.06%-
HSV(B)207.82º95.65%90.2%-
XYZ22.1321.2277.79-
YUV104.35198.9160.71-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.72%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 230 (90.23% from 255) = 62.5%
R=2.72%
G=34.78%
B=62.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal101282300.960.4400.10207.8291.6747.06
HexA80E6602C0Ad05c2f
Octal122003461405401232013457
Binary10101000000011100110110000010110001010110100001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A80E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,128,230); }

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

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

 a { background-color: rgb(10,128,230); }

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

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

 span { border-color: rgb(10,128,230); }

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