#0D85DF

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

Shades of Dodger Blue #0D85DF

Tints of Dodger Blue #0D85DF

Color information

#0D85DF (or 0x0D85DF) is unknown color: approx Dodger Blue. HEX triplet: 0D, 85 and DF. RGB value is (13,133,223). Sum of RGB (Red+Green+Blue) = 13+133+223=369 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.52% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #0D85DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D85DF is #F27A20. Grayscale: #6A6A6A. Windows color (decimal): -15890977 or 14648589. OLE color: 14648589.

HSL color Cylindrical-coordinate representation of color #0D85DF: hue angle of 205.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D85DF is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13133223-
CMYK0.940.4000.13
HSL205.71º88.98%46.27%-
HSV(B)205.71º94.17%87.45%-
XYZ21.8722.1972.94-
YUV107.38193.2460.68-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.52%
GREEN value IS 133 (52.34% from 255) = 36.04%
BLUE value IS 223 (87.5% from 255) = 60.43%
R=3.52%
G=36.04%
B=60.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal131332230.940.4000.13205.7188.9846.27
HexD85DF5E280Dce592e
Octal152053371365001531613156
Binary11011000010111011111101111010100001101110011101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D85DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,133,223); }

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

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

 a { background-color: rgb(13,133,223); }

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

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

 span { border-color: rgb(13,133,223); }

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