Shades of Dodger Blue #0693FF
Tints of Dodger Blue #0693FF
RGB
CMYK
RGB Variations
Color information
#0693FF (or 0x0693FF) is known color: Dodger Blue. HEX triplet: 06, 93 and FF. RGB value is (6,147,255). Sum of RGB (Red+Green+Blue) = 6+147+255=408 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.47% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #0693FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0693FF is #F96C00. Grayscale: #747474. Windows color (decimal): -16346113 or 16749318. OLE color: 16749318.
HSL color Cylindrical-coordinate representation of color #0693FF: hue angle of 206.02º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0693FF is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 147 | 255 | - |
| CMYK | 0.98 | 0.42 | 0 | 0 |
| HSL | 206.02º | 1% | 0.51% | - |
| HSV(B) | 206.02º | 0.98% | 1% | - |
| XYZ | 28.56 | 28.13 | 98.53 | - |
| YUV | 117.15 | 205.79 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 147 | 255 | 0.98 | 0.42 | 0 | 0 | 206.02 | 1 | 0.51 |
| Hex | 6 | 93 | FF | 62 | 2A | 0 | 0 | CE | 64 | 33 |
| Octal | 6 | 223 | 377 | 142 | 52 | 0 | 0 | 316 | 144 | 63 |
| Binary | 110 | 10010011 | 11111111 | 1100010 | 101010 | 0 | 0 | 11001110 | 1100100 | 110011 |
Color Harmonies of #0693FF
Complementary color
Monochromatic Colors of #0693FF
Black with #0693FF
Text Example
Text Example
White with #0693FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0693FF; }
p { color: rgb(6,147,255); }
H1.HeaderClassName
{
color: #0693FF;
}
.AnyTagClassName
{
color: #0693FF;
}
</style>
background-color css
<style>
a { background-color: #0693FF; }
a { background-color: rgb(6,147,255); }
div.DivClassName
{
background-color: #0693FF;
}
.BgClassName
{
background-color: #0693FF;
}
</style>
border-color css
<style>
span { border-color: #0693FF; }
span { border-color: rgb(6,147,255); }
td.TdClassName
{
border-color: #0693FF;
}
.TagClassName
{
border-color: #0693FF;
}
</style>