Shades of Dodger Blue #0D8BF1
Tints of Dodger Blue #0D8BF1
RGB
CMYK
RGB Variations
Color information
#0D8BF1 (or 0x0D8BF1) is known color: Dodger Blue. HEX triplet: 0D, 8B and F1. RGB value is (13,139,241). Sum of RGB (Red+Green+Blue) = 13+139+241=393 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.31% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 241 (94.53% from 255 or 61.32% from 393); Max value from RGB is 241 - color contains mainly: blue. Hex color #0D8BF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D8BF1 is #F2740E. Grayscale: #707070. Windows color (decimal): -15889423 or 15829773. OLE color: 15829773.
HSL color Cylindrical-coordinate representation of color #0D8BF1: hue angle of 206.84º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D8BF1 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 139 | 241 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.05 |
| HSL | 206.84º | 0.9% | 0.5% | - |
| HSV(B) | 206.84º | 0.95% | 0.95% | - |
| XYZ | 25.28 | 24.9 | 86.69 | - |
| YUV | 112.95 | 200.26 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 139 | 241 | 0.95 | 0.42 | 0 | 0.05 | 206.84 | 0.9 | 0.5 |
| Hex | D | 8B | F1 | 5F | 2A | 0 | 5 | CF | 5A | 32 |
| Octal | 15 | 213 | 361 | 137 | 52 | 0 | 5 | 317 | 132 | 62 |
| Binary | 1101 | 10001011 | 11110001 | 1011111 | 101010 | 0 | 101 | 11001111 | 1011010 | 110010 |
Color Harmonies of #0D8BF1
Complementary color
Monochromatic Colors of #0D8BF1
Black with #0D8BF1
Text Example
Text Example
White with #0D8BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8BF1; }
p { color: rgb(13,139,241); }
H1.HeaderClassName
{
color: #0D8BF1;
}
.AnyTagClassName
{
color: #0D8BF1;
}
</style>
background-color css
<style>
a { background-color: #0D8BF1; }
a { background-color: rgb(13,139,241); }
div.DivClassName
{
background-color: #0D8BF1;
}
.BgClassName
{
background-color: #0D8BF1;
}
</style>
border-color css
<style>
span { border-color: #0D8BF1; }
span { border-color: rgb(13,139,241); }
td.TdClassName
{
border-color: #0D8BF1;
}
.TagClassName
{
border-color: #0D8BF1;
}
</style>