Shades of Dodger Blue #0B90EB
Tints of Dodger Blue #0B90EB
RGB
CMYK
RGB Variations
Color information
#0B90EB (or 0x0B90EB) is known color: Dodger Blue. HEX triplet: 0B, 90 and EB. RGB value is (11,144,235). Sum of RGB (Red+Green+Blue) = 11+144+235=390 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.82% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #0B90EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B90EB is #F46F14. Grayscale: #727272. Windows color (decimal): -16019221 or 15437835. OLE color: 15437835.
HSL color Cylindrical-coordinate representation of color #0B90EB: hue angle of 204.38º 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 #0B90EB is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 144 | 235 | - |
| CMYK | 0.95 | 0.39 | 0 | 0.08 |
| HSL | 204.38º | 0.91% | 0.48% | - |
| HSV(B) | 204.38º | 0.95% | 0.92% | - |
| XYZ | 25.11 | 26.02 | 82.3 | - |
| YUV | 114.61 | 195.94 | 54.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 144 | 235 | 0.95 | 0.39 | 0 | 0.08 | 204.38 | 0.91 | 0.48 |
| Hex | B | 90 | EB | 5F | 27 | 0 | 8 | CC | 5B | 30 |
| Octal | 13 | 220 | 353 | 137 | 47 | 0 | 10 | 314 | 133 | 60 |
| Binary | 1011 | 10010000 | 11101011 | 1011111 | 100111 | 0 | 1000 | 11001100 | 1011011 | 110000 |
Color Harmonies of #0B90EB
Complementary color
Monochromatic Colors of #0B90EB
Black with #0B90EB
Text Example
Text Example
White with #0B90EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B90EB; }
p { color: rgb(11,144,235); }
H1.HeaderClassName
{
color: #0B90EB;
}
.AnyTagClassName
{
color: #0B90EB;
}
</style>
background-color css
<style>
a { background-color: #0B90EB; }
a { background-color: rgb(11,144,235); }
div.DivClassName
{
background-color: #0B90EB;
}
.BgClassName
{
background-color: #0B90EB;
}
</style>
border-color css
<style>
span { border-color: #0B90EB; }
span { border-color: rgb(11,144,235); }
td.TdClassName
{
border-color: #0B90EB;
}
.TagClassName
{
border-color: #0B90EB;
}
</style>