Shades of Dodger Blue #0B9FEA
Tints of Dodger Blue #0B9FEA
RGB
CMYK
RGB Variations
Color information
#0B9FEA (or 0x0B9FEA) is known color: Dodger Blue. HEX triplet: 0B, 9F and EA. RGB value is (11,159,234). Sum of RGB (Red+Green+Blue) = 11+159+234=404 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.72% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #0B9FEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B9FEA is #F46015. Grayscale: #7A7A7A. Windows color (decimal): -16015382 or 15376139. OLE color: 15376139.
HSL color Cylindrical-coordinate representation of color #0B9FEA: hue angle of 200.18º 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 #0B9FEA is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 159 | 234 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.08 |
| HSL | 200.18º | 0.91% | 0.48% | - |
| HSV(B) | 200.18º | 0.95% | 0.92% | - |
| XYZ | 27.39 | 30.81 | 82.34 | - |
| YUV | 123.3 | 190.47 | 47.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 159 | 234 | 0.95 | 0.32 | 0 | 0.08 | 200.18 | 0.91 | 0.48 |
| Hex | B | 9F | EA | 5F | 20 | 0 | 8 | C8 | 5B | 30 |
| Octal | 13 | 237 | 352 | 137 | 40 | 0 | 10 | 310 | 133 | 60 |
| Binary | 1011 | 10011111 | 11101010 | 1011111 | 100000 | 0 | 1000 | 11001000 | 1011011 | 110000 |
Color Harmonies of #0B9FEA
Complementary color
Monochromatic Colors of #0B9FEA
Black with #0B9FEA
Text Example
Text Example
White with #0B9FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9FEA; }
p { color: rgb(11,159,234); }
H1.HeaderClassName
{
color: #0B9FEA;
}
.AnyTagClassName
{
color: #0B9FEA;
}
</style>
background-color css
<style>
a { background-color: #0B9FEA; }
a { background-color: rgb(11,159,234); }
div.DivClassName
{
background-color: #0B9FEA;
}
.BgClassName
{
background-color: #0B9FEA;
}
</style>
border-color css
<style>
span { border-color: #0B9FEA; }
span { border-color: rgb(11,159,234); }
td.TdClassName
{
border-color: #0B9FEA;
}
.TagClassName
{
border-color: #0B9FEA;
}
</style>