Shades of Dodger Blue #0C8AEB
Tints of Dodger Blue #0C8AEB
RGB
CMYK
RGB Variations
Color information
#0C8AEB (or 0x0C8AEB) is known color: Dodger Blue. HEX triplet: 0C, 8A and EB. RGB value is (12,138,235). Sum of RGB (Red+Green+Blue) = 12+138+235=385 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.12% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 235 (92.19% from 255 or 61.04% from 385); Max value from RGB is 235 - color contains mainly: blue. Hex color #0C8AEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C8AEB is #F37514. Grayscale: #6E6E6E. Windows color (decimal): -15955221 or 15436300. OLE color: 15436300.
HSL color Cylindrical-coordinate representation of color #0C8AEB: hue angle of 206.1º 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 #0C8AEB is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 138 | 235 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.08 |
| HSL | 206.1º | 0.9% | 0.48% | - |
| HSV(B) | 206.1º | 0.95% | 0.92% | - |
| XYZ | 24.24 | 24.25 | 82 | - |
| YUV | 111.38 | 197.76 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 138 | 235 | 0.95 | 0.41 | 0 | 0.08 | 206.1 | 0.9 | 0.48 |
| Hex | C | 8A | EB | 5F | 29 | 0 | 8 | CE | 5A | 30 |
| Octal | 14 | 212 | 353 | 137 | 51 | 0 | 10 | 316 | 132 | 60 |
| Binary | 1100 | 10001010 | 11101011 | 1011111 | 101001 | 0 | 1000 | 11001110 | 1011010 | 110000 |
Color Harmonies of #0C8AEB
Complementary color
Monochromatic Colors of #0C8AEB
Black with #0C8AEB
Text Example
Text Example
White with #0C8AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8AEB; }
p { color: rgb(12,138,235); }
H1.HeaderClassName
{
color: #0C8AEB;
}
.AnyTagClassName
{
color: #0C8AEB;
}
</style>
background-color css
<style>
a { background-color: #0C8AEB; }
a { background-color: rgb(12,138,235); }
div.DivClassName
{
background-color: #0C8AEB;
}
.BgClassName
{
background-color: #0C8AEB;
}
</style>
border-color css
<style>
span { border-color: #0C8AEB; }
span { border-color: rgb(12,138,235); }
td.TdClassName
{
border-color: #0C8AEB;
}
.TagClassName
{
border-color: #0C8AEB;
}
</style>