Shades of Dodger Blue #0694FD
Tints of Dodger Blue #0694FD
RGB
CMYK
RGB Variations
Color information
#0694FD (or 0x0694FD) is known color: Dodger Blue. HEX triplet: 06, 94 and FD. RGB value is (6,148,253). Sum of RGB (Red+Green+Blue) = 6+148+253=407 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.47% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 253 (99.22% from 255 or 62.16% from 407); Max value from RGB is 253 - color contains mainly: blue. Hex color #0694FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0694FD is #F96B02. Grayscale: #747474. Windows color (decimal): -16345859 or 16618502. OLE color: 16618502.
HSL color Cylindrical-coordinate representation of color #0694FD: hue angle of 205.51º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0694FD is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 148 | 253 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.01 |
| HSL | 205.51º | 0.98% | 0.51% | - |
| HSV(B) | 205.51º | 0.98% | 0.99% | - |
| XYZ | 28.39 | 28.31 | 96.9 | - |
| YUV | 117.51 | 204.46 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 148 | 253 | 0.98 | 0.42 | 0 | 0.01 | 205.51 | 0.98 | 0.51 |
| Hex | 6 | 94 | FD | 62 | 2A | 0 | 1 | CE | 62 | 33 |
| Octal | 6 | 224 | 375 | 142 | 52 | 0 | 1 | 316 | 142 | 63 |
| Binary | 110 | 10010100 | 11111101 | 1100010 | 101010 | 0 | 1 | 11001110 | 1100010 | 110011 |
Color Harmonies of #0694FD
Complementary color
Monochromatic Colors of #0694FD
Black with #0694FD
Text Example
Text Example
White with #0694FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0694FD; }
p { color: rgb(6,148,253); }
H1.HeaderClassName
{
color: #0694FD;
}
.AnyTagClassName
{
color: #0694FD;
}
</style>
background-color css
<style>
a { background-color: #0694FD; }
a { background-color: rgb(6,148,253); }
div.DivClassName
{
background-color: #0694FD;
}
.BgClassName
{
background-color: #0694FD;
}
</style>
border-color css
<style>
span { border-color: #0694FD; }
span { border-color: rgb(6,148,253); }
td.TdClassName
{
border-color: #0694FD;
}
.TagClassName
{
border-color: #0694FD;
}
</style>