Shades of Dodger Blue #0B85EA
Tints of Dodger Blue #0B85EA
RGB
CMYK
RGB Variations
Color information
#0B85EA (or 0x0B85EA) is known color: Dodger Blue. HEX triplet: 0B, 85 and EA. RGB value is (11,133,234). Sum of RGB (Red+Green+Blue) = 11+133+234=378 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.91% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #0B85EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B85EA is #F47A15. Grayscale: #6B6B6B. Windows color (decimal): -16022038 or 15369483. OLE color: 15369483.
HSL color Cylindrical-coordinate representation of color #0B85EA: hue angle of 207.17º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B85EA is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 133 | 234 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.08 |
| HSL | 207.17º | 0.91% | 0.48% | - |
| HSV(B) | 207.17º | 0.95% | 0.92% | - |
| XYZ | 23.38 | 22.79 | 81.01 | - |
| YUV | 108.04 | 199.08 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 133 | 234 | 0.95 | 0.43 | 0 | 0.08 | 207.17 | 0.91 | 0.48 |
| Hex | B | 85 | EA | 5F | 2B | 0 | 8 | CF | 5B | 30 |
| Octal | 13 | 205 | 352 | 137 | 53 | 0 | 10 | 317 | 133 | 60 |
| Binary | 1011 | 10000101 | 11101010 | 1011111 | 101011 | 0 | 1000 | 11001111 | 1011011 | 110000 |
Color Harmonies of #0B85EA
Complementary color
Monochromatic Colors of #0B85EA
Black with #0B85EA
Text Example
Text Example
White with #0B85EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B85EA; }
p { color: rgb(11,133,234); }
H1.HeaderClassName
{
color: #0B85EA;
}
.AnyTagClassName
{
color: #0B85EA;
}
</style>
background-color css
<style>
a { background-color: #0B85EA; }
a { background-color: rgb(11,133,234); }
div.DivClassName
{
background-color: #0B85EA;
}
.BgClassName
{
background-color: #0B85EA;
}
</style>
border-color css
<style>
span { border-color: #0B85EA; }
span { border-color: rgb(11,133,234); }
td.TdClassName
{
border-color: #0B85EA;
}
.TagClassName
{
border-color: #0B85EA;
}
</style>