Shades of Dodger Blue #0699EE
Tints of Dodger Blue #0699EE
RGB
CMYK
RGB Variations
Color information
#0699EE (or 0x0699EE) is known color: Dodger Blue. HEX triplet: 06, 99 and EE. RGB value is (6,153,238). Sum of RGB (Red+Green+Blue) = 6+153+238=397 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.51% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 238 (93.36% from 255 or 59.95% from 397); Max value from RGB is 238 - color contains mainly: blue. Hex color #0699EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0699EE is #F96611. Grayscale: #767676. Windows color (decimal): -16344594 or 15636742. OLE color: 15636742.
HSL color Cylindrical-coordinate representation of color #0699EE: hue angle of 201.98º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0699EE is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 153 | 238 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.07 |
| HSL | 201.98º | 0.95% | 0.48% | - |
| HSV(B) | 201.98º | 0.97% | 0.93% | - |
| XYZ | 26.9 | 28.99 | 85.07 | - |
| YUV | 118.74 | 195.3 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 153 | 238 | 0.97 | 0.36 | 0 | 0.07 | 201.98 | 0.95 | 0.48 |
| Hex | 6 | 99 | EE | 61 | 24 | 0 | 7 | CA | 5F | 30 |
| Octal | 6 | 231 | 356 | 141 | 44 | 0 | 7 | 312 | 137 | 60 |
| Binary | 110 | 10011001 | 11101110 | 1100001 | 100100 | 0 | 111 | 11001010 | 1011111 | 110000 |
Color Harmonies of #0699EE
Complementary color
Monochromatic Colors of #0699EE
Black with #0699EE
Text Example
Text Example
White with #0699EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0699EE; }
p { color: rgb(6,153,238); }
H1.HeaderClassName
{
color: #0699EE;
}
.AnyTagClassName
{
color: #0699EE;
}
</style>
background-color css
<style>
a { background-color: #0699EE; }
a { background-color: rgb(6,153,238); }
div.DivClassName
{
background-color: #0699EE;
}
.BgClassName
{
background-color: #0699EE;
}
</style>
border-color css
<style>
span { border-color: #0699EE; }
span { border-color: rgb(6,153,238); }
td.TdClassName
{
border-color: #0699EE;
}
.TagClassName
{
border-color: #0699EE;
}
</style>