Shades of Dodger Blue #0B8FED
Tints of Dodger Blue #0B8FED
RGB
CMYK
RGB Variations
Color information
#0B8FED (or 0x0B8FED) is known color: Dodger Blue. HEX triplet: 0B, 8F and ED. RGB value is (11,143,237). Sum of RGB (Red+Green+Blue) = 11+143+237=391 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.81% from 391); Green value is 143 (56.25% from 255 or 36.57% 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 #0B8FED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B8FED is #F47012. Grayscale: #717171. Windows color (decimal): -16019475 or 15568651. OLE color: 15568651.
HSL color Cylindrical-coordinate representation of color #0B8FED: hue angle of 204.96º degrees, saturation: 0.91, 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 #0B8FED is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 143 | 237 | - |
| CMYK | 0.95 | 0.40 | 0 | 0.07 |
| HSL | 204.96º | 0.91% | 0.49% | - |
| HSV(B) | 204.96º | 0.95% | 0.93% | - |
| XYZ | 25.25 | 25.83 | 83.78 | - |
| YUV | 114.25 | 197.27 | 54.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 143 | 237 | 0.95 | 0.40 | 0 | 0.07 | 204.96 | 0.91 | 0.49 |
| Hex | B | 8F | ED | 5F | 28 | 0 | 7 | CD | 5B | 31 |
| Octal | 13 | 217 | 355 | 137 | 50 | 0 | 7 | 315 | 133 | 61 |
| Binary | 1011 | 10001111 | 11101101 | 1011111 | 101000 | 0 | 111 | 11001101 | 1011011 | 110001 |
Color Harmonies of #0B8FED
Complementary color
Monochromatic Colors of #0B8FED
Black with #0B8FED
Text Example
Text Example
White with #0B8FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8FED; }
p { color: rgb(11,143,237); }
H1.HeaderClassName
{
color: #0B8FED;
}
.AnyTagClassName
{
color: #0B8FED;
}
</style>
background-color css
<style>
a { background-color: #0B8FED; }
a { background-color: rgb(11,143,237); }
div.DivClassName
{
background-color: #0B8FED;
}
.BgClassName
{
background-color: #0B8FED;
}
</style>
border-color css
<style>
span { border-color: #0B8FED; }
span { border-color: rgb(11,143,237); }
td.TdClassName
{
border-color: #0B8FED;
}
.TagClassName
{
border-color: #0B8FED;
}
</style>