Shades of Dodger Blue #0699EF
Tints of Dodger Blue #0699EF
RGB
CMYK
RGB Variations
Color information
#0699EF (or 0x0699EF) is known color: Dodger Blue. HEX triplet: 06, 99 and EF. RGB value is (6,153,239). Sum of RGB (Red+Green+Blue) = 6+153+239=398 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.51% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #0699EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0699EF is #F96610. Grayscale: #767676. Windows color (decimal): -16344593 or 15702278. OLE color: 15702278.
HSL color Cylindrical-coordinate representation of color #0699EF: hue angle of 202.15º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0699EF is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 153 | 239 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.06 |
| HSL | 202.15º | 0.95% | 0.48% | - |
| HSV(B) | 202.15º | 0.97% | 0.94% | - |
| XYZ | 27.05 | 29.05 | 85.84 | - |
| YUV | 118.85 | 195.8 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 153 | 239 | 0.97 | 0.36 | 0 | 0.06 | 202.15 | 0.95 | 0.48 |
| Hex | 6 | 99 | EF | 61 | 24 | 0 | 6 | CA | 5F | 30 |
| Octal | 6 | 231 | 357 | 141 | 44 | 0 | 6 | 312 | 137 | 60 |
| Binary | 110 | 10011001 | 11101111 | 1100001 | 100100 | 0 | 110 | 11001010 | 1011111 | 110000 |
Color Harmonies of #0699EF
Complementary color
Monochromatic Colors of #0699EF
Black with #0699EF
Text Example
Text Example
White with #0699EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0699EF; }
p { color: rgb(6,153,239); }
H1.HeaderClassName
{
color: #0699EF;
}
.AnyTagClassName
{
color: #0699EF;
}
</style>
background-color css
<style>
a { background-color: #0699EF; }
a { background-color: rgb(6,153,239); }
div.DivClassName
{
background-color: #0699EF;
}
.BgClassName
{
background-color: #0699EF;
}
</style>
border-color css
<style>
span { border-color: #0699EF; }
span { border-color: rgb(6,153,239); }
td.TdClassName
{
border-color: #0699EF;
}
.TagClassName
{
border-color: #0699EF;
}
</style>