Shades of Dodger Blue #1994FD
Tints of Dodger Blue #1994FD
RGB
CMYK
RGB Variations
Color information
#1994FD (or 0x1994FD) is known color: Dodger Blue. HEX triplet: 19, 94 and FD. RGB value is (25,148,253). Sum of RGB (Red+Green+Blue) = 25+148+253=426 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.87% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #1994FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1994FD is #E66B02. Grayscale: #7A7A7A. Windows color (decimal): -15100675 or 16618521. OLE color: 16618521.
HSL color Cylindrical-coordinate representation of color #1994FD: hue angle of 207.63º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1994FD is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 148 | 253 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.01 |
| HSL | 207.63º | 0.98% | 0.55% | - |
| HSV(B) | 207.63º | 0.9% | 0.99% | - |
| XYZ | 28.72 | 28.48 | 96.91 | - |
| YUV | 123.19 | 201.25 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 148 | 253 | 0.90 | 0.42 | 0 | 0.01 | 207.63 | 0.98 | 0.55 |
| Hex | 19 | 94 | FD | 5A | 2A | 0 | 1 | D0 | 62 | 37 |
| Octal | 31 | 224 | 375 | 132 | 52 | 0 | 1 | 320 | 142 | 67 |
| Binary | 11001 | 10010100 | 11111101 | 1011010 | 101010 | 0 | 1 | 11010000 | 1100010 | 110111 |
Color Harmonies of #1994FD
Complementary color
Monochromatic Colors of #1994FD
Black with #1994FD
Text Example
Text Example
White with #1994FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1994FD; }
p { color: rgb(25,148,253); }
H1.HeaderClassName
{
color: #1994FD;
}
.AnyTagClassName
{
color: #1994FD;
}
</style>
background-color css
<style>
a { background-color: #1994FD; }
a { background-color: rgb(25,148,253); }
div.DivClassName
{
background-color: #1994FD;
}
.BgClassName
{
background-color: #1994FD;
}
</style>
border-color css
<style>
span { border-color: #1994FD; }
span { border-color: rgb(25,148,253); }
td.TdClassName
{
border-color: #1994FD;
}
.TagClassName
{
border-color: #1994FD;
}
</style>