Shades of Dodger Blue #0B88FE
Tints of Dodger Blue #0B88FE
RGB
CMYK
RGB Variations
Color information
#0B88FE (or 0x0B88FE) is known color: Dodger Blue. HEX triplet: 0B, 88 and FE. RGB value is (11,136,254). Sum of RGB (Red+Green+Blue) = 11+136+254=401 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.74% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #0B88FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B88FE is #F47701. Grayscale: #6F6F6F. Windows color (decimal): -16021250 or 16680971. OLE color: 16680971.
HSL color Cylindrical-coordinate representation of color #0B88FE: hue angle of 209.14º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B88FE is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 136 | 254 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.00 |
| HSL | 209.14º | 0.99% | 0.52% | - |
| HSV(B) | 209.14º | 0.96% | 1% | - |
| XYZ | 26.83 | 24.84 | 97.15 | - |
| YUV | 112.08 | 208.09 | 55.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 136 | 254 | 0.96 | 0.46 | 0 | 0.00 | 209.14 | 0.99 | 0.52 |
| Hex | B | 88 | FE | 60 | 2E | 0 | 0 | D1 | 63 | 34 |
| Octal | 13 | 210 | 376 | 140 | 56 | 0 | 0 | 321 | 143 | 64 |
| Binary | 1011 | 10001000 | 11111110 | 1100000 | 101110 | 0 | 0 | 11010001 | 1100011 | 110100 |
Color Harmonies of #0B88FE
Complementary color
Monochromatic Colors of #0B88FE
Black with #0B88FE
Text Example
Text Example
White with #0B88FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B88FE; }
p { color: rgb(11,136,254); }
H1.HeaderClassName
{
color: #0B88FE;
}
.AnyTagClassName
{
color: #0B88FE;
}
</style>
background-color css
<style>
a { background-color: #0B88FE; }
a { background-color: rgb(11,136,254); }
div.DivClassName
{
background-color: #0B88FE;
}
.BgClassName
{
background-color: #0B88FE;
}
</style>
border-color css
<style>
span { border-color: #0B88FE; }
span { border-color: rgb(11,136,254); }
td.TdClassName
{
border-color: #0B88FE;
}
.TagClassName
{
border-color: #0B88FE;
}
</style>