Shades of Dodger Blue #0C8BFA
Tints of Dodger Blue #0C8BFA
RGB
CMYK
RGB Variations
Color information
#0C8BFA (or 0x0C8BFA) is known color: Dodger Blue. HEX triplet: 0C, 8B and FA. RGB value is (12,139,250). Sum of RGB (Red+Green+Blue) = 12+139+250=401 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.99% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C8BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C8BFA is #F37405. Grayscale: #717171. Windows color (decimal): -15954950 or 16419596. OLE color: 16419596.
HSL color Cylindrical-coordinate representation of color #0C8BFA: hue angle of 207.98º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C8BFA is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 139 | 250 | - |
| CMYK | 0.95 | 0.44 | 0 | 0.02 |
| HSL | 207.98º | 0.96% | 0.51% | - |
| HSV(B) | 207.98º | 0.95% | 0.98% | - |
| XYZ | 26.64 | 25.45 | 93.95 | - |
| YUV | 113.68 | 204.92 | 55.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 139 | 250 | 0.95 | 0.44 | 0 | 0.02 | 207.98 | 0.96 | 0.51 |
| Hex | C | 8B | FA | 5F | 2C | 0 | 2 | D0 | 60 | 33 |
| Octal | 14 | 213 | 372 | 137 | 54 | 0 | 2 | 320 | 140 | 63 |
| Binary | 1100 | 10001011 | 11111010 | 1011111 | 101100 | 0 | 10 | 11010000 | 1100000 | 110011 |
Color Harmonies of #0C8BFA
Complementary color
Monochromatic Colors of #0C8BFA
Black with #0C8BFA
Text Example
Text Example
White with #0C8BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8BFA; }
p { color: rgb(12,139,250); }
H1.HeaderClassName
{
color: #0C8BFA;
}
.AnyTagClassName
{
color: #0C8BFA;
}
</style>
background-color css
<style>
a { background-color: #0C8BFA; }
a { background-color: rgb(12,139,250); }
div.DivClassName
{
background-color: #0C8BFA;
}
.BgClassName
{
background-color: #0C8BFA;
}
</style>
border-color css
<style>
span { border-color: #0C8BFA; }
span { border-color: rgb(12,139,250); }
td.TdClassName
{
border-color: #0C8BFA;
}
.TagClassName
{
border-color: #0C8BFA;
}
</style>