Shades of Dodger Blue #0B95FF
Tints of Dodger Blue #0B95FF
RGB
CMYK
RGB Variations
Color information
#0B95FF (or 0x0B95FF) is known color: Dodger Blue. HEX triplet: 0B, 95 and FF. RGB value is (11,149,255). Sum of RGB (Red+Green+Blue) = 11+149+255=415 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.65% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B95FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B95FF is #F46A00. Grayscale: #777777. Windows color (decimal): -16017921 or 16749835. OLE color: 16749835.
HSL color Cylindrical-coordinate representation of color #0B95FF: hue angle of 206.07º 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 #0B95FF is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 149 | 255 | - |
| CMYK | 0.96 | 0.42 | 0 | 0 |
| HSL | 206.07º | 1% | 0.52% | - |
| HSV(B) | 206.07º | 0.96% | 1% | - |
| XYZ | 28.94 | 28.79 | 98.64 | - |
| YUV | 119.82 | 204.28 | 50.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 149 | 255 | 0.96 | 0.42 | 0 | 0 | 206.07 | 1 | 0.52 |
| Hex | B | 95 | FF | 60 | 2A | 0 | 0 | CE | 64 | 34 |
| Octal | 13 | 225 | 377 | 140 | 52 | 0 | 0 | 316 | 144 | 64 |
| Binary | 1011 | 10010101 | 11111111 | 1100000 | 101010 | 0 | 0 | 11001110 | 1100100 | 110100 |
Color Harmonies of #0B95FF
Complementary color
Monochromatic Colors of #0B95FF
Black with #0B95FF
Text Example
Text Example
White with #0B95FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B95FF; }
p { color: rgb(11,149,255); }
H1.HeaderClassName
{
color: #0B95FF;
}
.AnyTagClassName
{
color: #0B95FF;
}
</style>
background-color css
<style>
a { background-color: #0B95FF; }
a { background-color: rgb(11,149,255); }
div.DivClassName
{
background-color: #0B95FF;
}
.BgClassName
{
background-color: #0B95FF;
}
</style>
border-color css
<style>
span { border-color: #0B95FF; }
span { border-color: rgb(11,149,255); }
td.TdClassName
{
border-color: #0B95FF;
}
.TagClassName
{
border-color: #0B95FF;
}
</style>