Shades of Dodger Blue #0B85FC
Tints of Dodger Blue #0B85FC
RGB
CMYK
RGB Variations
Color information
#0B85FC (or 0x0B85FC) is known color: Dodger Blue. HEX triplet: 0B, 85 and FC. RGB value is (11,133,252). Sum of RGB (Red+Green+Blue) = 11+133+252=396 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.78% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #0B85FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B85FC is #F47A03. Grayscale: #6D6D6D. Windows color (decimal): -16022020 or 16549131. OLE color: 16549131.
HSL color Cylindrical-coordinate representation of color #0B85FC: hue angle of 209.63º 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 #0B85FC is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 133 | 252 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.01 |
| HSL | 209.63º | 0.98% | 0.52% | - |
| HSV(B) | 209.63º | 0.96% | 0.99% | - |
| XYZ | 26.1 | 23.87 | 95.33 | - |
| YUV | 110.09 | 208.08 | 57.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 133 | 252 | 0.96 | 0.47 | 0 | 0.01 | 209.63 | 0.98 | 0.52 |
| Hex | B | 85 | FC | 60 | 2F | 0 | 1 | D2 | 62 | 34 |
| Octal | 13 | 205 | 374 | 140 | 57 | 0 | 1 | 322 | 142 | 64 |
| Binary | 1011 | 10000101 | 11111100 | 1100000 | 101111 | 0 | 1 | 11010010 | 1100010 | 110100 |
Color Harmonies of #0B85FC
Complementary color
Monochromatic Colors of #0B85FC
Black with #0B85FC
Text Example
Text Example
White with #0B85FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B85FC; }
p { color: rgb(11,133,252); }
H1.HeaderClassName
{
color: #0B85FC;
}
.AnyTagClassName
{
color: #0B85FC;
}
</style>
background-color css
<style>
a { background-color: #0B85FC; }
a { background-color: rgb(11,133,252); }
div.DivClassName
{
background-color: #0B85FC;
}
.BgClassName
{
background-color: #0B85FC;
}
</style>
border-color css
<style>
span { border-color: #0B85FC; }
span { border-color: rgb(11,133,252); }
td.TdClassName
{
border-color: #0B85FC;
}
.TagClassName
{
border-color: #0B85FC;
}
</style>