Shades of Dodger Blue #0B9BFF
Tints of Dodger Blue #0B9BFF
RGB
CMYK
RGB Variations
Color information
#0B9BFF (or 0x0B9BFF) is known color: Dodger Blue. HEX triplet: 0B, 9B and FF. RGB value is (11,155,255). Sum of RGB (Red+Green+Blue) = 11+155+255=421 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.61% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B9BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B9BFF is #F46400. Grayscale: #7A7A7A. Windows color (decimal): -16016385 or 16751371. OLE color: 16751371.
HSL color Cylindrical-coordinate representation of color #0B9BFF: hue angle of 204.59º 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 #0B9BFF is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 155 | 255 | - |
| CMYK | 0.96 | 0.39 | 0 | 0 |
| HSL | 204.59º | 1% | 0.52% | - |
| HSV(B) | 204.59º | 0.96% | 1% | - |
| XYZ | 29.91 | 30.73 | 98.96 | - |
| YUV | 123.34 | 202.29 | 47.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 155 | 255 | 0.96 | 0.39 | 0 | 0 | 204.59 | 1 | 0.52 |
| Hex | B | 9B | FF | 60 | 27 | 0 | 0 | CD | 64 | 34 |
| Octal | 13 | 233 | 377 | 140 | 47 | 0 | 0 | 315 | 144 | 64 |
| Binary | 1011 | 10011011 | 11111111 | 1100000 | 100111 | 0 | 0 | 11001101 | 1100100 | 110100 |
Color Harmonies of #0B9BFF
Complementary color
Monochromatic Colors of #0B9BFF
Black with #0B9BFF
Text Example
Text Example
White with #0B9BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9BFF; }
p { color: rgb(11,155,255); }
H1.HeaderClassName
{
color: #0B9BFF;
}
.AnyTagClassName
{
color: #0B9BFF;
}
</style>
background-color css
<style>
a { background-color: #0B9BFF; }
a { background-color: rgb(11,155,255); }
div.DivClassName
{
background-color: #0B9BFF;
}
.BgClassName
{
background-color: #0B9BFF;
}
</style>
border-color css
<style>
span { border-color: #0B9BFF; }
span { border-color: rgb(11,155,255); }
td.TdClassName
{
border-color: #0B9BFF;
}
.TagClassName
{
border-color: #0B9BFF;
}
</style>