Shades of Dodger Blue #0C8BEB
Tints of Dodger Blue #0C8BEB
RGB
CMYK
RGB Variations
Color information
#0C8BEB (or 0x0C8BEB) is known color: Dodger Blue. HEX triplet: 0C, 8B and EB. RGB value is (12,139,235). Sum of RGB (Red+Green+Blue) = 12+139+235=386 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.11% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #0C8BEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C8BEB is #F37414. Grayscale: #6F6F6F. Windows color (decimal): -15954965 or 15436556. OLE color: 15436556.
HSL color Cylindrical-coordinate representation of color #0C8BEB: hue angle of 205.83º degrees, saturation: 0.9, 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 #0C8BEB is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 139 | 235 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.08 |
| HSL | 205.83º | 0.9% | 0.48% | - |
| HSV(B) | 205.83º | 0.95% | 0.92% | - |
| XYZ | 24.38 | 24.54 | 82.05 | - |
| YUV | 111.97 | 197.42 | 56.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 139 | 235 | 0.95 | 0.41 | 0 | 0.08 | 205.83 | 0.9 | 0.48 |
| Hex | C | 8B | EB | 5F | 29 | 0 | 8 | CE | 5A | 30 |
| Octal | 14 | 213 | 353 | 137 | 51 | 0 | 10 | 316 | 132 | 60 |
| Binary | 1100 | 10001011 | 11101011 | 1011111 | 101001 | 0 | 1000 | 11001110 | 1011010 | 110000 |
Color Harmonies of #0C8BEB
Complementary color
Monochromatic Colors of #0C8BEB
Black with #0C8BEB
Text Example
Text Example
White with #0C8BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8BEB; }
p { color: rgb(12,139,235); }
H1.HeaderClassName
{
color: #0C8BEB;
}
.AnyTagClassName
{
color: #0C8BEB;
}
</style>
background-color css
<style>
a { background-color: #0C8BEB; }
a { background-color: rgb(12,139,235); }
div.DivClassName
{
background-color: #0C8BEB;
}
.BgClassName
{
background-color: #0C8BEB;
}
</style>
border-color css
<style>
span { border-color: #0C8BEB; }
span { border-color: rgb(12,139,235); }
td.TdClassName
{
border-color: #0C8BEB;
}
.TagClassName
{
border-color: #0C8BEB;
}
</style>