Shades of Dodger Blue #0B8CE3
Tints of Dodger Blue #0B8CE3
RGB
CMYK
RGB Variations
Color information
#0B8CE3 (or 0x0B8CE3) is known color: Dodger Blue. HEX triplet: 0B, 8C and E3. RGB value is (11,140,227). Sum of RGB (Red+Green+Blue) = 11+140+227=378 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.91% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 227 (89.06% from 255 or 60.05% from 378); Max value from RGB is 227 - color contains mainly: blue. Hex color #0B8CE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B8CE3 is #F4731C. Grayscale: #6E6E6E. Windows color (decimal): -16020253 or 14912523. OLE color: 14912523.
HSL color Cylindrical-coordinate representation of color #0B8CE3: hue angle of 204.17º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B8CE3 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 140 | 227 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.11 |
| HSL | 204.17º | 0.91% | 0.47% | - |
| HSV(B) | 204.17º | 0.95% | 0.89% | - |
| XYZ | 23.38 | 24.37 | 76.15 | - |
| YUV | 111.35 | 193.26 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 140 | 227 | 0.95 | 0.38 | 0 | 0.11 | 204.17 | 0.91 | 0.47 |
| Hex | B | 8C | E3 | 5F | 26 | 0 | B | CC | 5B | 2F |
| Octal | 13 | 214 | 343 | 137 | 46 | 0 | 13 | 314 | 133 | 57 |
| Binary | 1011 | 10001100 | 11100011 | 1011111 | 100110 | 0 | 1011 | 11001100 | 1011011 | 101111 |
Color Harmonies of #0B8CE3
Complementary color
Monochromatic Colors of #0B8CE3
Black with #0B8CE3
Text Example
Text Example
White with #0B8CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8CE3; }
p { color: rgb(11,140,227); }
H1.HeaderClassName
{
color: #0B8CE3;
}
.AnyTagClassName
{
color: #0B8CE3;
}
</style>
background-color css
<style>
a { background-color: #0B8CE3; }
a { background-color: rgb(11,140,227); }
div.DivClassName
{
background-color: #0B8CE3;
}
.BgClassName
{
background-color: #0B8CE3;
}
</style>
border-color css
<style>
span { border-color: #0B8CE3; }
span { border-color: rgb(11,140,227); }
td.TdClassName
{
border-color: #0B8CE3;
}
.TagClassName
{
border-color: #0B8CE3;
}
</style>