Shades of Dodger Blue #0094FD
Tints of Dodger Blue #0094FD
RGB
CMYK
RGB Variations
Color information
#0094FD (or 0x0094FD) is known color: Dodger Blue. HEX triplet: 00, 94 and FD. RGB value is (0,148,253). Sum of RGB (Red+Green+Blue) = 0+148+253=401 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #0094FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0094FD is #FF6B02. Grayscale: #737373. Windows color (decimal): -16739075 or 16618496. OLE color: 16618496.
HSL color Cylindrical-coordinate representation of color #0094FD: hue angle of 204.9º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0094FD is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 148 | 253 | - |
| CMYK | 1 | 0.42 | 0 | 0.01 |
| HSL | 204.9º | 1% | 0.5% | - |
| HSV(B) | 204.9º | 1% | 0.99% | - |
| XYZ | 28.32 | 28.27 | 96.89 | - |
| YUV | 115.72 | 205.47 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 148 | 253 | 1 | 0.42 | 0 | 0.01 | 204.9 | 1 | 0.5 |
| Hex | 0 | 94 | FD | 64 | 2A | 0 | 1 | CD | 64 | 32 |
| Octal | 0 | 224 | 375 | 144 | 52 | 0 | 1 | 315 | 144 | 62 |
| Binary | 0 | 10010100 | 11111101 | 1100100 | 101010 | 0 | 1 | 11001101 | 1100100 | 110010 |
Color Harmonies of #0094FD
Complementary color
Monochromatic Colors of #0094FD
Black with #0094FD
Text Example
Text Example
White with #0094FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0094FD; }
p { color: rgb(0,148,253); }
H1.HeaderClassName
{
color: #0094FD;
}
.AnyTagClassName
{
color: #0094FD;
}
</style>
background-color css
<style>
a { background-color: #0094FD; }
a { background-color: rgb(0,148,253); }
div.DivClassName
{
background-color: #0094FD;
}
.BgClassName
{
background-color: #0094FD;
}
</style>
border-color css
<style>
span { border-color: #0094FD; }
span { border-color: rgb(0,148,253); }
td.TdClassName
{
border-color: #0094FD;
}
.TagClassName
{
border-color: #0094FD;
}
</style>