Shades of Dodger Blue #0699FC
Tints of Dodger Blue #0699FC
RGB
CMYK
RGB Variations
Color information
#0699FC (or 0x0699FC) is known color: Dodger Blue. HEX triplet: 06, 99 and FC. RGB value is (6,153,252). Sum of RGB (Red+Green+Blue) = 6+153+252=411 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.46% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #0699FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0699FC is #F96603. Grayscale: #777777. Windows color (decimal): -16344580 or 16554246. OLE color: 16554246.
HSL color Cylindrical-coordinate representation of color #0699FC: hue angle of 204.15º 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 #0699FC is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 153 | 252 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.01 |
| HSL | 204.15º | 0.98% | 0.51% | - |
| HSV(B) | 204.15º | 0.98% | 0.99% | - |
| XYZ | 29.04 | 29.85 | 96.33 | - |
| YUV | 120.33 | 202.3 | 46.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 153 | 252 | 0.98 | 0.39 | 0 | 0.01 | 204.15 | 0.98 | 0.51 |
| Hex | 6 | 99 | FC | 62 | 27 | 0 | 1 | CC | 62 | 33 |
| Octal | 6 | 231 | 374 | 142 | 47 | 0 | 1 | 314 | 142 | 63 |
| Binary | 110 | 10011001 | 11111100 | 1100010 | 100111 | 0 | 1 | 11001100 | 1100010 | 110011 |
Color Harmonies of #0699FC
Complementary color
Monochromatic Colors of #0699FC
Black with #0699FC
Text Example
Text Example
White with #0699FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0699FC; }
p { color: rgb(6,153,252); }
H1.HeaderClassName
{
color: #0699FC;
}
.AnyTagClassName
{
color: #0699FC;
}
</style>
background-color css
<style>
a { background-color: #0699FC; }
a { background-color: rgb(6,153,252); }
div.DivClassName
{
background-color: #0699FC;
}
.BgClassName
{
background-color: #0699FC;
}
</style>
border-color css
<style>
span { border-color: #0699FC; }
span { border-color: rgb(6,153,252); }
td.TdClassName
{
border-color: #0699FC;
}
.TagClassName
{
border-color: #0699FC;
}
</style>