#0D7DE8

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

Shades of Dodger Blue #0D7DE8

Tints of Dodger Blue #0D7DE8

Color information

#0D7DE8 (or 0x0D7DE8) is unknown color: approx Dodger Blue. HEX triplet: 0D, 7D and E8. RGB value is (13,125,232). Sum of RGB (Red+Green+Blue) = 13+125+232=370 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.51% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 232 (91.02% from 255 or 62.70% from 370); Max value from RGB is 232 - color contains mainly: blue. Hex color #0D7DE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D7DE8 is #F28217. Grayscale: #676767. Windows color (decimal): -15893016 or 15236365. OLE color: 15236365.

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

Color convert

RGB13125232-
CMYK0.940.4600.09
HSL209.32º89.39%48.04%-
HSV(B)209.32º94.4%90.98%-
XYZ22.0720.5879.15-
YUV103.71200.3963.3-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.51%
GREEN value IS 125 (49.22% from 255) = 33.78%
BLUE value IS 232 (91.02% from 255) = 62.70%
R=3.51%
G=33.78%
B=62.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal131252320.940.4600.09209.3289.3948.04
HexD7DE85E2E09d15930
Octal151753501365601132113160
Binary1101111110111101000101111010111001001110100011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,125,232); }

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

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

 a { background-color: rgb(13,125,232); }

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

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

 span { border-color: rgb(13,125,232); }

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