Shades of Dodger Blue #0D9AED
Tints of Dodger Blue #0D9AED
RGB
CMYK
RGB Variations
Color information
#0D9AED (or 0x0D9AED) is known color: Dodger Blue. HEX triplet: 0D, 9A and ED. RGB value is (13,154,237). Sum of RGB (Red+Green+Blue) = 13+154+237=404 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.22% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 237 (92.97% from 255 or 58.66% from 404); Max value from RGB is 237 - color contains mainly: blue. Hex color #0D9AED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D9AED is #F26512. Grayscale: #787878. Windows color (decimal): -15885587 or 15571469. OLE color: 15571469.
HSL color Cylindrical-coordinate representation of color #0D9AED: hue angle of 202.23º 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 #0D9AED is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 154 | 237 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.07 |
| HSL | 202.23º | 0.9% | 0.49% | - |
| HSV(B) | 202.23º | 0.95% | 0.93% | - |
| XYZ | 27.01 | 29.31 | 84.35 | - |
| YUV | 121.3 | 193.29 | 50.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 154 | 237 | 0.95 | 0.35 | 0 | 0.07 | 202.23 | 0.9 | 0.49 |
| Hex | D | 9A | ED | 5F | 23 | 0 | 7 | CA | 5A | 31 |
| Octal | 15 | 232 | 355 | 137 | 43 | 0 | 7 | 312 | 132 | 61 |
| Binary | 1101 | 10011010 | 11101101 | 1011111 | 100011 | 0 | 111 | 11001010 | 1011010 | 110001 |
Color Harmonies of #0D9AED
Complementary color
Monochromatic Colors of #0D9AED
Black with #0D9AED
Text Example
Text Example
White with #0D9AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9AED; }
p { color: rgb(13,154,237); }
H1.HeaderClassName
{
color: #0D9AED;
}
.AnyTagClassName
{
color: #0D9AED;
}
</style>
background-color css
<style>
a { background-color: #0D9AED; }
a { background-color: rgb(13,154,237); }
div.DivClassName
{
background-color: #0D9AED;
}
.BgClassName
{
background-color: #0D9AED;
}
</style>
border-color css
<style>
span { border-color: #0D9AED; }
span { border-color: rgb(13,154,237); }
td.TdClassName
{
border-color: #0D9AED;
}
.TagClassName
{
border-color: #0D9AED;
}
</style>