Shades of Dodger Blue #0698FD
Tints of Dodger Blue #0698FD
RGB
CMYK
RGB Variations
Color information
#0698FD (or 0x0698FD) is known color: Dodger Blue. HEX triplet: 06, 98 and FD. RGB value is (6,152,253). Sum of RGB (Red+Green+Blue) = 6+152+253=411 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.46% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 253 (99.22% from 255 or 61.56% from 411); Max value from RGB is 253 - color contains mainly: blue. Hex color #0698FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0698FD is #F96702. Grayscale: #777777. Windows color (decimal): -16344835 or 16619526. OLE color: 16619526.
HSL color Cylindrical-coordinate representation of color #0698FD: hue angle of 204.53º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0698FD is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 152 | 253 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.01 |
| HSL | 204.53º | 0.98% | 0.51% | - |
| HSV(B) | 204.53º | 0.98% | 0.99% | - |
| XYZ | 29.03 | 29.59 | 97.11 | - |
| YUV | 119.86 | 203.13 | 46.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 152 | 253 | 0.98 | 0.40 | 0 | 0.01 | 204.53 | 0.98 | 0.51 |
| Hex | 6 | 98 | FD | 62 | 28 | 0 | 1 | CD | 62 | 33 |
| Octal | 6 | 230 | 375 | 142 | 50 | 0 | 1 | 315 | 142 | 63 |
| Binary | 110 | 10011000 | 11111101 | 1100010 | 101000 | 0 | 1 | 11001101 | 1100010 | 110011 |
Color Harmonies of #0698FD
Complementary color
Monochromatic Colors of #0698FD
Black with #0698FD
Text Example
Text Example
White with #0698FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0698FD; }
p { color: rgb(6,152,253); }
H1.HeaderClassName
{
color: #0698FD;
}
.AnyTagClassName
{
color: #0698FD;
}
</style>
background-color css
<style>
a { background-color: #0698FD; }
a { background-color: rgb(6,152,253); }
div.DivClassName
{
background-color: #0698FD;
}
.BgClassName
{
background-color: #0698FD;
}
</style>
border-color css
<style>
span { border-color: #0698FD; }
span { border-color: rgb(6,152,253); }
td.TdClassName
{
border-color: #0698FD;
}
.TagClassName
{
border-color: #0698FD;
}
</style>