Shades of Dodger Blue #0699EA
Tints of Dodger Blue #0699EA
RGB
CMYK
RGB Variations
Color information
#0699EA (or 0x0699EA) is known color: Dodger Blue. HEX triplet: 06, 99 and EA. RGB value is (6,153,234). Sum of RGB (Red+Green+Blue) = 6+153+234=393 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #0699EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0699EA is #F96615. Grayscale: #757575. Windows color (decimal): -16344598 or 15374598. OLE color: 15374598.
HSL color Cylindrical-coordinate representation of color #0699EA: hue angle of 201.32º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0699EA is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 153 | 234 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.08 |
| HSL | 201.32º | 0.95% | 0.47% | - |
| HSV(B) | 201.32º | 0.97% | 0.92% | - |
| XYZ | 26.32 | 28.76 | 82.01 | - |
| YUV | 118.28 | 193.3 | 47.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 153 | 234 | 0.97 | 0.35 | 0 | 0.08 | 201.32 | 0.95 | 0.47 |
| Hex | 6 | 99 | EA | 61 | 23 | 0 | 8 | C9 | 5F | 2F |
| Octal | 6 | 231 | 352 | 141 | 43 | 0 | 10 | 311 | 137 | 57 |
| Binary | 110 | 10011001 | 11101010 | 1100001 | 100011 | 0 | 1000 | 11001001 | 1011111 | 101111 |
Color Harmonies of #0699EA
Complementary color
Monochromatic Colors of #0699EA
Black with #0699EA
Text Example
Text Example
White with #0699EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0699EA; }
p { color: rgb(6,153,234); }
H1.HeaderClassName
{
color: #0699EA;
}
.AnyTagClassName
{
color: #0699EA;
}
</style>
background-color css
<style>
a { background-color: #0699EA; }
a { background-color: rgb(6,153,234); }
div.DivClassName
{
background-color: #0699EA;
}
.BgClassName
{
background-color: #0699EA;
}
</style>
border-color css
<style>
span { border-color: #0699EA; }
span { border-color: rgb(6,153,234); }
td.TdClassName
{
border-color: #0699EA;
}
.TagClassName
{
border-color: #0699EA;
}
</style>