Shades of Dodger Blue #0B88FF
Tints of Dodger Blue #0B88FF
RGB
CMYK
RGB Variations
Color information
#0B88FF (or 0x0B88FF) is known color: Dodger Blue. HEX triplet: 0B, 88 and FF. RGB value is (11,136,255). Sum of RGB (Red+Green+Blue) = 11+136+255=402 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.74% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B88FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B88FF is #F47700. Grayscale: #6F6F6F. Windows color (decimal): -16021249 or 16746507. OLE color: 16746507.
HSL color Cylindrical-coordinate representation of color #0B88FF: hue angle of 209.26º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B88FF is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 136 | 255 | - |
| CMYK | 0.96 | 0.47 | 0 | 0 |
| HSL | 209.26º | 1% | 0.52% | - |
| HSV(B) | 209.26º | 0.96% | 1% | - |
| XYZ | 26.99 | 24.9 | 97.99 | - |
| YUV | 112.19 | 208.59 | 55.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 136 | 255 | 0.96 | 0.47 | 0 | 0 | 209.26 | 1 | 0.52 |
| Hex | B | 88 | FF | 60 | 2F | 0 | 0 | D1 | 64 | 34 |
| Octal | 13 | 210 | 377 | 140 | 57 | 0 | 0 | 321 | 144 | 64 |
| Binary | 1011 | 10001000 | 11111111 | 1100000 | 101111 | 0 | 0 | 11010001 | 1100100 | 110100 |
Color Harmonies of #0B88FF
Complementary color
Monochromatic Colors of #0B88FF
Black with #0B88FF
Text Example
Text Example
White with #0B88FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B88FF; }
p { color: rgb(11,136,255); }
H1.HeaderClassName
{
color: #0B88FF;
}
.AnyTagClassName
{
color: #0B88FF;
}
</style>
background-color css
<style>
a { background-color: #0B88FF; }
a { background-color: rgb(11,136,255); }
div.DivClassName
{
background-color: #0B88FF;
}
.BgClassName
{
background-color: #0B88FF;
}
</style>
border-color css
<style>
span { border-color: #0B88FF; }
span { border-color: rgb(11,136,255); }
td.TdClassName
{
border-color: #0B88FF;
}
.TagClassName
{
border-color: #0B88FF;
}
</style>