Shades of Dodger Blue #0698EA
Tints of Dodger Blue #0698EA
RGB
CMYK
RGB Variations
Color information
#0698EA (or 0x0698EA) is known color: Dodger Blue. HEX triplet: 06, 98 and EA. RGB value is (6,152,234). Sum of RGB (Red+Green+Blue) = 6+152+234=392 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #0698EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0698EA is #F96715. Grayscale: #757575. Windows color (decimal): -16344854 or 15374342. OLE color: 15374342.
HSL color Cylindrical-coordinate representation of color #0698EA: hue angle of 201.58º 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 #0698EA is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 152 | 234 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.08 |
| HSL | 201.58º | 0.95% | 0.47% | - |
| HSV(B) | 201.58º | 0.97% | 0.92% | - |
| XYZ | 26.15 | 28.44 | 81.95 | - |
| YUV | 117.69 | 193.63 | 48.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 152 | 234 | 0.97 | 0.35 | 0 | 0.08 | 201.58 | 0.95 | 0.47 |
| Hex | 6 | 98 | EA | 61 | 23 | 0 | 8 | CA | 5F | 2F |
| Octal | 6 | 230 | 352 | 141 | 43 | 0 | 10 | 312 | 137 | 57 |
| Binary | 110 | 10011000 | 11101010 | 1100001 | 100011 | 0 | 1000 | 11001010 | 1011111 | 101111 |
Color Harmonies of #0698EA
Complementary color
Monochromatic Colors of #0698EA
Black with #0698EA
Text Example
Text Example
White with #0698EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0698EA; }
p { color: rgb(6,152,234); }
H1.HeaderClassName
{
color: #0698EA;
}
.AnyTagClassName
{
color: #0698EA;
}
</style>
background-color css
<style>
a { background-color: #0698EA; }
a { background-color: rgb(6,152,234); }
div.DivClassName
{
background-color: #0698EA;
}
.BgClassName
{
background-color: #0698EA;
}
</style>
border-color css
<style>
span { border-color: #0698EA; }
span { border-color: rgb(6,152,234); }
td.TdClassName
{
border-color: #0698EA;
}
.TagClassName
{
border-color: #0698EA;
}
</style>