#0D8DED

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

Shades of Dodger Blue #0D8DED

Tints of Dodger Blue #0D8DED

Color information

#0D8DED (or 0x0D8DED) is unknown color: approx Dodger Blue. HEX triplet: 0D, 8D and ED. RGB value is (13,141,237). Sum of RGB (Red+Green+Blue) = 13+141+237=391 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 237 (92.97% from 255 or 60.61% from 391); Max value from RGB is 237 - color contains mainly: blue. Hex color #0D8DED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D8DED is #F27212. Grayscale: #717171. Windows color (decimal): -15888915 or 15568141. OLE color: 15568141.

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

Color convert

RGB13141237-
CMYK0.950.4100.07
HSL205.71º89.6%49.02%-
HSV(B)205.71º94.51%92.94%-
XYZ24.9825.2583.68-
YUV113.67197.5956.19-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.32%
GREEN value IS 141 (55.47% from 255) = 36.06%
BLUE value IS 237 (92.97% from 255) = 60.61%
R=3.32%
G=36.06%
B=60.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal131412370.950.4100.07205.7189.649.02
HexD8DED5F2907ce5a31
Octal15215355137510731613261
Binary1101100011011110110110111111010010111110011101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,141,237); }

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

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

 a { background-color: rgb(13,141,237); }

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

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

 span { border-color: rgb(13,141,237); }

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