Shades of Dodger Blue #0699FB
Tints of Dodger Blue #0699FB
RGB
CMYK
RGB Variations
Color information
#0699FB (or 0x0699FB) is known color: Dodger Blue. HEX triplet: 06, 99 and FB. RGB value is (6,153,251). Sum of RGB (Red+Green+Blue) = 6+153+251=410 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.46% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #0699FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0699FB is #F96604. Grayscale: #777777. Windows color (decimal): -16344581 or 16488710. OLE color: 16488710.
HSL color Cylindrical-coordinate representation of color #0699FB: hue angle of 204º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0699FB is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 153 | 251 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.02 |
| HSL | 204º | 0.97% | 0.5% | - |
| HSV(B) | 204º | 0.98% | 0.98% | - |
| XYZ | 28.88 | 29.79 | 95.49 | - |
| YUV | 120.22 | 201.8 | 46.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 153 | 251 | 0.98 | 0.39 | 0 | 0.02 | 204 | 0.97 | 0.5 |
| Hex | 6 | 99 | FB | 62 | 27 | 0 | 2 | CC | 61 | 32 |
| Octal | 6 | 231 | 373 | 142 | 47 | 0 | 2 | 314 | 141 | 62 |
| Binary | 110 | 10011001 | 11111011 | 1100010 | 100111 | 0 | 10 | 11001100 | 1100001 | 110010 |
Color Harmonies of #0699FB
Complementary color
Monochromatic Colors of #0699FB
Black with #0699FB
Text Example
Text Example
White with #0699FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0699FB; }
p { color: rgb(6,153,251); }
H1.HeaderClassName
{
color: #0699FB;
}
.AnyTagClassName
{
color: #0699FB;
}
</style>
background-color css
<style>
a { background-color: #0699FB; }
a { background-color: rgb(6,153,251); }
div.DivClassName
{
background-color: #0699FB;
}
.BgClassName
{
background-color: #0699FB;
}
</style>
border-color css
<style>
span { border-color: #0699FB; }
span { border-color: rgb(6,153,251); }
td.TdClassName
{
border-color: #0699FB;
}
.TagClassName
{
border-color: #0699FB;
}
</style>