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