Shades of Dodger Blue #0B8BEA
Tints of Dodger Blue #0B8BEA
RGB
CMYK
RGB Variations
Color information
#0B8BEA (or 0x0B8BEA) is known color: Dodger Blue. HEX triplet: 0B, 8B and EA. RGB value is (11,139,234). Sum of RGB (Red+Green+Blue) = 11+139+234=384 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #0B8BEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B8BEA is #F47415. Grayscale: #6F6F6F. Windows color (decimal): -16020502 or 15371019. OLE color: 15371019.
HSL color Cylindrical-coordinate representation of color #0B8BEA: hue angle of 205.56º 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 #0B8BEA is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 139 | 234 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.08 |
| HSL | 205.56º | 0.91% | 0.48% | - |
| HSV(B) | 205.56º | 0.95% | 0.92% | - |
| XYZ | 24.22 | 24.48 | 81.29 | - |
| YUV | 111.56 | 197.09 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 139 | 234 | 0.95 | 0.41 | 0 | 0.08 | 205.56 | 0.91 | 0.48 |
| Hex | B | 8B | EA | 5F | 29 | 0 | 8 | CE | 5B | 30 |
| Octal | 13 | 213 | 352 | 137 | 51 | 0 | 10 | 316 | 133 | 60 |
| Binary | 1011 | 10001011 | 11101010 | 1011111 | 101001 | 0 | 1000 | 11001110 | 1011011 | 110000 |
Color Harmonies of #0B8BEA
Complementary color
Monochromatic Colors of #0B8BEA
Black with #0B8BEA
Text Example
Text Example
White with #0B8BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8BEA; }
p { color: rgb(11,139,234); }
H1.HeaderClassName
{
color: #0B8BEA;
}
.AnyTagClassName
{
color: #0B8BEA;
}
</style>
background-color css
<style>
a { background-color: #0B8BEA; }
a { background-color: rgb(11,139,234); }
div.DivClassName
{
background-color: #0B8BEA;
}
.BgClassName
{
background-color: #0B8BEA;
}
</style>
border-color css
<style>
span { border-color: #0B8BEA; }
span { border-color: rgb(11,139,234); }
td.TdClassName
{
border-color: #0B8BEA;
}
.TagClassName
{
border-color: #0B8BEA;
}
</style>