Shades of Dodger Blue #0C89FA
Tints of Dodger Blue #0C89FA
RGB
CMYK
RGB Variations
Color information
#0C89FA (or 0x0C89FA) is known color: Dodger Blue. HEX triplet: 0C, 89 and FA. RGB value is (12,137,250). Sum of RGB (Red+Green+Blue) = 12+137+250=399 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.01% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C89FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C89FA is #F37605. Grayscale: #6F6F6F. Windows color (decimal): -15955462 or 16419084. OLE color: 16419084.
HSL color Cylindrical-coordinate representation of color #0C89FA: hue angle of 208.49º 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 #0C89FA is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 137 | 250 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.02 |
| HSL | 208.49º | 0.96% | 0.51% | - |
| HSV(B) | 208.49º | 0.95% | 0.98% | - |
| XYZ | 26.35 | 24.87 | 93.85 | - |
| YUV | 112.51 | 205.59 | 56.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 137 | 250 | 0.95 | 0.45 | 0 | 0.02 | 208.49 | 0.96 | 0.51 |
| Hex | C | 89 | FA | 5F | 2D | 0 | 2 | D0 | 60 | 33 |
| Octal | 14 | 211 | 372 | 137 | 55 | 0 | 2 | 320 | 140 | 63 |
| Binary | 1100 | 10001001 | 11111010 | 1011111 | 101101 | 0 | 10 | 11010000 | 1100000 | 110011 |
Color Harmonies of #0C89FA
Complementary color
Monochromatic Colors of #0C89FA
Black with #0C89FA
Text Example
Text Example
White with #0C89FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C89FA; }
p { color: rgb(12,137,250); }
H1.HeaderClassName
{
color: #0C89FA;
}
.AnyTagClassName
{
color: #0C89FA;
}
</style>
background-color css
<style>
a { background-color: #0C89FA; }
a { background-color: rgb(12,137,250); }
div.DivClassName
{
background-color: #0C89FA;
}
.BgClassName
{
background-color: #0C89FA;
}
</style>
border-color css
<style>
span { border-color: #0C89FA; }
span { border-color: rgb(12,137,250); }
td.TdClassName
{
border-color: #0C89FA;
}
.TagClassName
{
border-color: #0C89FA;
}
</style>