Shades of Dodger Blue #0C8AF8
Tints of Dodger Blue #0C8AF8
RGB
CMYK
RGB Variations
Color information
#0C8AF8 (or 0x0C8AF8) is known color: Dodger Blue. HEX triplet: 0C, 8A and F8. RGB value is (12,138,248). Sum of RGB (Red+Green+Blue) = 12+138+248=398 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.02% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 248 (97.27% from 255 or 62.31% from 398); Max value from RGB is 248 - color contains mainly: blue. Hex color #0C8AF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C8AF8 is #F37507. Grayscale: #707070. Windows color (decimal): -15955208 or 16288268. OLE color: 16288268.
HSL color Cylindrical-coordinate representation of color #0C8AF8: hue angle of 207.97º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C8AF8 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 12 | 138 | 248 | - |
| CMYK | 0.95 | 0.44 | 0 | 0.03 |
| HSL | 207.97º | 0.94% | 0.51% | - |
| HSV(B) | 207.97º | 0.95% | 0.97% | - |
| XYZ | 26.18 | 25.03 | 92.26 | - |
| YUV | 112.87 | 204.26 | 56.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 138 | 248 | 0.95 | 0.44 | 0 | 0.03 | 207.97 | 0.94 | 0.51 |
| Hex | C | 8A | F8 | 5F | 2C | 0 | 3 | D0 | 5E | 33 |
| Octal | 14 | 212 | 370 | 137 | 54 | 0 | 3 | 320 | 136 | 63 |
| Binary | 1100 | 10001010 | 11111000 | 1011111 | 101100 | 0 | 11 | 11010000 | 1011110 | 110011 |
Color Harmonies of #0C8AF8
Complementary color
Monochromatic Colors of #0C8AF8
Black with #0C8AF8
Text Example
Text Example
White with #0C8AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8AF8; }
p { color: rgb(12,138,248); }
H1.HeaderClassName
{
color: #0C8AF8;
}
.AnyTagClassName
{
color: #0C8AF8;
}
</style>
background-color css
<style>
a { background-color: #0C8AF8; }
a { background-color: rgb(12,138,248); }
div.DivClassName
{
background-color: #0C8AF8;
}
.BgClassName
{
background-color: #0C8AF8;
}
</style>
border-color css
<style>
span { border-color: #0C8AF8; }
span { border-color: rgb(12,138,248); }
td.TdClassName
{
border-color: #0C8AF8;
}
.TagClassName
{
border-color: #0C8AF8;
}
</style>