#0A85ED

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

Shades of Dodger Blue #0A85ED

Tints of Dodger Blue #0A85ED

Color information

#0A85ED (or 0x0A85ED) is unknown color: approx Dodger Blue. HEX triplet: 0A, 85 and ED. RGB value is (10,133,237). Sum of RGB (Red+Green+Blue) = 10+133+237=380 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.63% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 237 (92.97% from 255 or 62.37% from 380); Max value from RGB is 237 - color contains mainly: blue. Hex color #0A85ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A85ED is #F57A12. Grayscale: #6B6B6B. Windows color (decimal): -16087571 or 15566090. OLE color: 15566090.

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

Color convert

RGB10133237-
CMYK0.960.4400.07
HSL207.49º91.9%48.43%-
HSV(B)207.49º95.78%92.94%-
XYZ23.822.9583.3-
YUV108.08200.7558.04-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.63%
GREEN value IS 133 (52.34% from 255) = 35%
BLUE value IS 237 (92.97% from 255) = 62.37%
R=2.63%
G=35%
B=62.37%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal101332370.960.4400.07207.4991.948.43
HexA85ED602C07cf5c30
Octal12205355140540731713460
Binary1010100001011110110111000001011000111110011111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A85ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,133,237); }

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

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

 a { background-color: rgb(10,133,237); }

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

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

 span { border-color: rgb(10,133,237); }

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