#0A85F8

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

Shades of Dodger Blue #0A85F8

Tints of Dodger Blue #0A85F8

Color information

#0A85F8 (or 0x0A85F8) is unknown color: approx Dodger Blue. HEX triplet: 0A, 85 and F8. RGB value is (10,133,248). Sum of RGB (Red+Green+Blue) = 10+133+248=391 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 248 (97.27% from 255 or 63.43% from 391); Max value from RGB is 248 - color contains mainly: blue. Hex color #0A85F8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A85F8 is #F57A07. Grayscale: #6C6C6C. Windows color (decimal): -16087560 or 16286986. OLE color: 16286986.

HSL color Cylindrical-coordinate representation of color #0A85F8: hue angle of 208.99º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A85F8 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB10133248-
CMYK0.960.4600.03
HSL208.99º94.44%50.59%-
HSV(B)208.99º95.97%97.25%-
XYZ25.4623.6292.02-
YUV109.33206.2557.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.56%
GREEN value IS 133 (52.34% from 255) = 34.02%
BLUE value IS 248 (97.27% from 255) = 63.43%
R=2.56%
G=34.02%
B=63.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal101332480.960.4600.03208.9994.4450.59
HexA85F8602E03d15e33
Octal12205370140560332113663
Binary101010000101111110001100000101110011110100011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A85F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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