Shades of Dodger Blue #0698FF
Tints of Dodger Blue #0698FF
RGB
CMYK
RGB Variations
Color information
#0698FF (or 0x0698FF) is known color: Dodger Blue. HEX triplet: 06, 98 and FF. RGB value is (6,152,255). Sum of RGB (Red+Green+Blue) = 6+152+255=413 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.45% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #0698FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0698FF is #F96700. Grayscale: #777777. Windows color (decimal): -16344833 or 16750598. OLE color: 16750598.
HSL color Cylindrical-coordinate representation of color #0698FF: hue angle of 204.82º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0698FF is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 152 | 255 | - |
| CMYK | 0.98 | 0.40 | 0 | 0 |
| HSL | 204.82º | 1% | 0.51% | - |
| HSV(B) | 204.82º | 0.98% | 1% | - |
| XYZ | 29.35 | 29.72 | 98.8 | - |
| YUV | 120.09 | 204.13 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 152 | 255 | 0.98 | 0.40 | 0 | 0 | 204.82 | 1 | 0.51 |
| Hex | 6 | 98 | FF | 62 | 28 | 0 | 0 | CD | 64 | 33 |
| Octal | 6 | 230 | 377 | 142 | 50 | 0 | 0 | 315 | 144 | 63 |
| Binary | 110 | 10011000 | 11111111 | 1100010 | 101000 | 0 | 0 | 11001101 | 1100100 | 110011 |
Color Harmonies of #0698FF
Complementary color
Monochromatic Colors of #0698FF
Black with #0698FF
Text Example
Text Example
White with #0698FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0698FF; }
p { color: rgb(6,152,255); }
H1.HeaderClassName
{
color: #0698FF;
}
.AnyTagClassName
{
color: #0698FF;
}
</style>
background-color css
<style>
a { background-color: #0698FF; }
a { background-color: rgb(6,152,255); }
div.DivClassName
{
background-color: #0698FF;
}
.BgClassName
{
background-color: #0698FF;
}
</style>
border-color css
<style>
span { border-color: #0698FF; }
span { border-color: rgb(6,152,255); }
td.TdClassName
{
border-color: #0698FF;
}
.TagClassName
{
border-color: #0698FF;
}
</style>