Shades of Dodger Blue #0B94FF
Tints of Dodger Blue #0B94FF
RGB
CMYK
RGB Variations
Color information
#0B94FF (or 0x0B94FF) is known color: Dodger Blue. HEX triplet: 0B, 94 and FF. RGB value is (11,148,255). Sum of RGB (Red+Green+Blue) = 11+148+255=414 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B94FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B94FF is #F46B00. Grayscale: #767676. Windows color (decimal): -16018177 or 16749579. OLE color: 16749579.
HSL color Cylindrical-coordinate representation of color #0B94FF: hue angle of 206.31º 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 #0B94FF is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 148 | 255 | - |
| CMYK | 0.96 | 0.42 | 0 | 0 |
| HSL | 206.31º | 1% | 0.52% | - |
| HSV(B) | 206.31º | 0.96% | 1% | - |
| XYZ | 28.78 | 28.47 | 98.59 | - |
| YUV | 119.24 | 204.61 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 148 | 255 | 0.96 | 0.42 | 0 | 0 | 206.31 | 1 | 0.52 |
| Hex | B | 94 | FF | 60 | 2A | 0 | 0 | CE | 64 | 34 |
| Octal | 13 | 224 | 377 | 140 | 52 | 0 | 0 | 316 | 144 | 64 |
| Binary | 1011 | 10010100 | 11111111 | 1100000 | 101010 | 0 | 0 | 11001110 | 1100100 | 110100 |
Color Harmonies of #0B94FF
Complementary color
Monochromatic Colors of #0B94FF
Black with #0B94FF
Text Example
Text Example
White with #0B94FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B94FF; }
p { color: rgb(11,148,255); }
H1.HeaderClassName
{
color: #0B94FF;
}
.AnyTagClassName
{
color: #0B94FF;
}
</style>
background-color css
<style>
a { background-color: #0B94FF; }
a { background-color: rgb(11,148,255); }
div.DivClassName
{
background-color: #0B94FF;
}
.BgClassName
{
background-color: #0B94FF;
}
</style>
border-color css
<style>
span { border-color: #0B94FF; }
span { border-color: rgb(11,148,255); }
td.TdClassName
{
border-color: #0B94FF;
}
.TagClassName
{
border-color: #0B94FF;
}
</style>