Shades of Dodger Blue #0B93FF
Tints of Dodger Blue #0B93FF
RGB
CMYK
RGB Variations
Color information
#0B93FF (or 0x0B93FF) is known color: Dodger Blue. HEX triplet: 0B, 93 and FF. RGB value is (11,147,255). Sum of RGB (Red+Green+Blue) = 11+147+255=413 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B93FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B93FF is #F46C00. Grayscale: #767676. Windows color (decimal): -16018433 or 16749323. OLE color: 16749323.
HSL color Cylindrical-coordinate representation of color #0B93FF: hue angle of 206.56º 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 #0B93FF is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 147 | 255 | - |
| CMYK | 0.96 | 0.42 | 0 | 0 |
| HSL | 206.56º | 1% | 0.52% | - |
| HSV(B) | 206.56º | 0.96% | 1% | - |
| XYZ | 28.62 | 28.16 | 98.53 | - |
| YUV | 118.65 | 204.94 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 147 | 255 | 0.96 | 0.42 | 0 | 0 | 206.56 | 1 | 0.52 |
| Hex | B | 93 | FF | 60 | 2A | 0 | 0 | CF | 64 | 34 |
| Octal | 13 | 223 | 377 | 140 | 52 | 0 | 0 | 317 | 144 | 64 |
| Binary | 1011 | 10010011 | 11111111 | 1100000 | 101010 | 0 | 0 | 11001111 | 1100100 | 110100 |
Color Harmonies of #0B93FF
Complementary color
Monochromatic Colors of #0B93FF
Black with #0B93FF
Text Example
Text Example
White with #0B93FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B93FF; }
p { color: rgb(11,147,255); }
H1.HeaderClassName
{
color: #0B93FF;
}
.AnyTagClassName
{
color: #0B93FF;
}
</style>
background-color css
<style>
a { background-color: #0B93FF; }
a { background-color: rgb(11,147,255); }
div.DivClassName
{
background-color: #0B93FF;
}
.BgClassName
{
background-color: #0B93FF;
}
</style>
border-color css
<style>
span { border-color: #0B93FF; }
span { border-color: rgb(11,147,255); }
td.TdClassName
{
border-color: #0B93FF;
}
.TagClassName
{
border-color: #0B93FF;
}
</style>