Shades of Dodger Blue #0C8FFB
Tints of Dodger Blue #0C8FFB
RGB
CMYK
RGB Variations
Color information
#0C8FFB (or 0x0C8FFB) is known color: Dodger Blue. HEX triplet: 0C, 8F and FB. RGB value is (12,143,251). Sum of RGB (Red+Green+Blue) = 12+143+251=406 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 251 (98.44% from 255 or 61.82% from 406); Max value from RGB is 251 - color contains mainly: blue. Hex color #0C8FFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C8FFB is #F37004. Grayscale: #737373. Windows color (decimal): -15953925 or 16486156. OLE color: 16486156.
HSL color Cylindrical-coordinate representation of color #0C8FFB: hue angle of 207.11º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C8FFB is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 143 | 251 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.02 |
| HSL | 207.11º | 0.97% | 0.52% | - |
| HSV(B) | 207.11º | 0.95% | 0.98% | - |
| XYZ | 27.39 | 26.69 | 94.97 | - |
| YUV | 116.14 | 204.1 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 143 | 251 | 0.95 | 0.43 | 0 | 0.02 | 207.11 | 0.97 | 0.52 |
| Hex | C | 8F | FB | 5F | 2B | 0 | 2 | CF | 61 | 34 |
| Octal | 14 | 217 | 373 | 137 | 53 | 0 | 2 | 317 | 141 | 64 |
| Binary | 1100 | 10001111 | 11111011 | 1011111 | 101011 | 0 | 10 | 11001111 | 1100001 | 110100 |
Color Harmonies of #0C8FFB
Complementary color
Monochromatic Colors of #0C8FFB
Black with #0C8FFB
Text Example
Text Example
White with #0C8FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8FFB; }
p { color: rgb(12,143,251); }
H1.HeaderClassName
{
color: #0C8FFB;
}
.AnyTagClassName
{
color: #0C8FFB;
}
</style>
background-color css
<style>
a { background-color: #0C8FFB; }
a { background-color: rgb(12,143,251); }
div.DivClassName
{
background-color: #0C8FFB;
}
.BgClassName
{
background-color: #0C8FFB;
}
</style>
border-color css
<style>
span { border-color: #0C8FFB; }
span { border-color: rgb(12,143,251); }
td.TdClassName
{
border-color: #0C8FFB;
}
.TagClassName
{
border-color: #0C8FFB;
}
</style>