Shades of Dodger Blue #0B90E6
Tints of Dodger Blue #0B90E6
RGB
CMYK
RGB Variations
Color information
#0B90E6 (or 0x0B90E6) is known color: Dodger Blue. HEX triplet: 0B, 90 and E6. RGB value is (11,144,230). Sum of RGB (Red+Green+Blue) = 11+144+230=385 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 230 (90.23% from 255 or 59.74% from 385); Max value from RGB is 230 - color contains mainly: blue. Hex color #0B90E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B90E6 is #F46F19. Grayscale: #717171. Windows color (decimal): -16019226 or 15110155. OLE color: 15110155.
HSL color Cylindrical-coordinate representation of color #0B90E6: hue angle of 203.56º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B90E6 is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 144 | 230 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.10 |
| HSL | 203.56º | 0.91% | 0.47% | - |
| HSV(B) | 203.56º | 0.95% | 0.9% | - |
| XYZ | 24.39 | 25.73 | 78.54 | - |
| YUV | 114.04 | 193.44 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 144 | 230 | 0.95 | 0.37 | 0 | 0.10 | 203.56 | 0.91 | 0.47 |
| Hex | B | 90 | E6 | 5F | 25 | 0 | A | CC | 5B | 2F |
| Octal | 13 | 220 | 346 | 137 | 45 | 0 | 12 | 314 | 133 | 57 |
| Binary | 1011 | 10010000 | 11100110 | 1011111 | 100101 | 0 | 1010 | 11001100 | 1011011 | 101111 |
Color Harmonies of #0B90E6
Complementary color
Monochromatic Colors of #0B90E6
Black with #0B90E6
Text Example
Text Example
White with #0B90E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B90E6; }
p { color: rgb(11,144,230); }
H1.HeaderClassName
{
color: #0B90E6;
}
.AnyTagClassName
{
color: #0B90E6;
}
</style>
background-color css
<style>
a { background-color: #0B90E6; }
a { background-color: rgb(11,144,230); }
div.DivClassName
{
background-color: #0B90E6;
}
.BgClassName
{
background-color: #0B90E6;
}
</style>
border-color css
<style>
span { border-color: #0B90E6; }
span { border-color: rgb(11,144,230); }
td.TdClassName
{
border-color: #0B90E6;
}
.TagClassName
{
border-color: #0B90E6;
}
</style>