Shades of Dodger Blue #0B8CFC
Tints of Dodger Blue #0B8CFC
RGB
CMYK
RGB Variations
Color information
#0B8CFC (or 0x0B8CFC) is known color: Dodger Blue. HEX triplet: 0B, 8C and FC. RGB value is (11,140,252). Sum of RGB (Red+Green+Blue) = 11+140+252=403 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.73% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 252 (98.83% from 255 or 62.53% from 403); Max value from RGB is 252 - color contains mainly: blue. Hex color #0B8CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B8CFC is #F47303. Grayscale: #717171. Windows color (decimal): -16020228 or 16550923. OLE color: 16550923.
HSL color Cylindrical-coordinate representation of color #0B8CFC: hue angle of 207.88º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B8CFC is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 140 | 252 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.01 |
| HSL | 207.88º | 0.98% | 0.52% | - |
| HSV(B) | 207.88º | 0.96% | 0.99% | - |
| XYZ | 27.09 | 25.86 | 95.66 | - |
| YUV | 114.2 | 205.76 | 54.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 140 | 252 | 0.96 | 0.44 | 0 | 0.01 | 207.88 | 0.98 | 0.52 |
| Hex | B | 8C | FC | 60 | 2C | 0 | 1 | D0 | 62 | 34 |
| Octal | 13 | 214 | 374 | 140 | 54 | 0 | 1 | 320 | 142 | 64 |
| Binary | 1011 | 10001100 | 11111100 | 1100000 | 101100 | 0 | 1 | 11010000 | 1100010 | 110100 |
Color Harmonies of #0B8CFC
Complementary color
Monochromatic Colors of #0B8CFC
Black with #0B8CFC
Text Example
Text Example
White with #0B8CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8CFC; }
p { color: rgb(11,140,252); }
H1.HeaderClassName
{
color: #0B8CFC;
}
.AnyTagClassName
{
color: #0B8CFC;
}
</style>
background-color css
<style>
a { background-color: #0B8CFC; }
a { background-color: rgb(11,140,252); }
div.DivClassName
{
background-color: #0B8CFC;
}
.BgClassName
{
background-color: #0B8CFC;
}
</style>
border-color css
<style>
span { border-color: #0B8CFC; }
span { border-color: rgb(11,140,252); }
td.TdClassName
{
border-color: #0B8CFC;
}
.TagClassName
{
border-color: #0B8CFC;
}
</style>