Shades of Dodger Blue #0B8DE4
Tints of Dodger Blue #0B8DE4
RGB
CMYK
RGB Variations
Color information
#0B8DE4 (or 0x0B8DE4) is known color: Dodger Blue. HEX triplet: 0B, 8D and E4. RGB value is (11,141,228). Sum of RGB (Red+Green+Blue) = 11+141+228=380 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.89% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 228 (89.45% from 255 or 60% from 380); Max value from RGB is 228 - color contains mainly: blue. Hex color #0B8DE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B8DE4 is #F4721B. Grayscale: #6F6F6F. Windows color (decimal): -16019996 or 14978315. OLE color: 14978315.
HSL color Cylindrical-coordinate representation of color #0B8DE4: hue angle of 204.06º 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 #0B8DE4 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 141 | 228 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.11 |
| HSL | 204.06º | 0.91% | 0.47% | - |
| HSV(B) | 204.06º | 0.95% | 0.89% | - |
| XYZ | 23.67 | 24.72 | 76.92 | - |
| YUV | 112.05 | 193.43 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 141 | 228 | 0.95 | 0.38 | 0 | 0.11 | 204.06 | 0.91 | 0.47 |
| Hex | B | 8D | E4 | 5F | 26 | 0 | B | CC | 5B | 2F |
| Octal | 13 | 215 | 344 | 137 | 46 | 0 | 13 | 314 | 133 | 57 |
| Binary | 1011 | 10001101 | 11100100 | 1011111 | 100110 | 0 | 1011 | 11001100 | 1011011 | 101111 |
Color Harmonies of #0B8DE4
Complementary color
Monochromatic Colors of #0B8DE4
Black with #0B8DE4
Text Example
Text Example
White with #0B8DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8DE4; }
p { color: rgb(11,141,228); }
H1.HeaderClassName
{
color: #0B8DE4;
}
.AnyTagClassName
{
color: #0B8DE4;
}
</style>
background-color css
<style>
a { background-color: #0B8DE4; }
a { background-color: rgb(11,141,228); }
div.DivClassName
{
background-color: #0B8DE4;
}
.BgClassName
{
background-color: #0B8DE4;
}
</style>
border-color css
<style>
span { border-color: #0B8DE4; }
span { border-color: rgb(11,141,228); }
td.TdClassName
{
border-color: #0B8DE4;
}
.TagClassName
{
border-color: #0B8DE4;
}
</style>