Shades of Dodger Blue #0C98FF
Tints of Dodger Blue #0C98FF
RGB
CMYK
RGB Variations
Color information
#0C98FF (or 0x0C98FF) is known color: Dodger Blue. HEX triplet: 0C, 98 and FF. RGB value is (12,152,255). Sum of RGB (Red+Green+Blue) = 12+152+255=419 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.86% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #0C98FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C98FF is #F36700. Grayscale: #797979. Windows color (decimal): -15951617 or 16750604. OLE color: 16750604.
HSL color Cylindrical-coordinate representation of color #0C98FF: hue angle of 205.43º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C98FF is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 152 | 255 | - |
| CMYK | 0.95 | 0.40 | 0 | 0 |
| HSL | 205.43º | 1% | 0.52% | - |
| HSV(B) | 205.43º | 0.95% | 1% | - |
| XYZ | 29.43 | 29.75 | 98.8 | - |
| YUV | 121.88 | 203.12 | 49.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 152 | 255 | 0.95 | 0.40 | 0 | 0 | 205.43 | 1 | 0.52 |
| Hex | C | 98 | FF | 5F | 28 | 0 | 0 | CD | 64 | 34 |
| Octal | 14 | 230 | 377 | 137 | 50 | 0 | 0 | 315 | 144 | 64 |
| Binary | 1100 | 10011000 | 11111111 | 1011111 | 101000 | 0 | 0 | 11001101 | 1100100 | 110100 |
Color Harmonies of #0C98FF
Complementary color
Monochromatic Colors of #0C98FF
Black with #0C98FF
Text Example
Text Example
White with #0C98FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C98FF; }
p { color: rgb(12,152,255); }
H1.HeaderClassName
{
color: #0C98FF;
}
.AnyTagClassName
{
color: #0C98FF;
}
</style>
background-color css
<style>
a { background-color: #0C98FF; }
a { background-color: rgb(12,152,255); }
div.DivClassName
{
background-color: #0C98FF;
}
.BgClassName
{
background-color: #0C98FF;
}
</style>
border-color css
<style>
span { border-color: #0C98FF; }
span { border-color: rgb(12,152,255); }
td.TdClassName
{
border-color: #0C98FF;
}
.TagClassName
{
border-color: #0C98FF;
}
</style>