Shades of Dodger Blue #1995FA
Tints of Dodger Blue #1995FA
RGB
CMYK
RGB Variations
Color information
#1995FA (or 0x1995FA) is known color: Dodger Blue. HEX triplet: 19, 95 and FA. RGB value is (25,149,250). Sum of RGB (Red+Green+Blue) = 25+149+250=424 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.90% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #1995FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1995FA is #E66A05. Grayscale: #7A7A7A. Windows color (decimal): -15100422 or 16422169. OLE color: 16422169.
HSL color Cylindrical-coordinate representation of color #1995FA: hue angle of 206.93º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1995FA is Cyan = 0.9, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 149 | 250 | - |
| CMYK | 0.9 | 0.40 | 0 | 0.02 |
| HSL | 206.93º | 0.96% | 0.54% | - |
| HSV(B) | 206.93º | 0.9% | 0.98% | - |
| XYZ | 28.4 | 28.6 | 94.47 | - |
| YUV | 123.44 | 199.42 | 57.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 149 | 250 | 0.9 | 0.40 | 0 | 0.02 | 206.93 | 0.96 | 0.54 |
| Hex | 19 | 95 | FA | 5A | 28 | 0 | 2 | CF | 60 | 36 |
| Octal | 31 | 225 | 372 | 132 | 50 | 0 | 2 | 317 | 140 | 66 |
| Binary | 11001 | 10010101 | 11111010 | 1011010 | 101000 | 0 | 10 | 11001111 | 1100000 | 110110 |
Color Harmonies of #1995FA
Complementary color
Monochromatic Colors of #1995FA
Black with #1995FA
Text Example
Text Example
White with #1995FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1995FA; }
p { color: rgb(25,149,250); }
H1.HeaderClassName
{
color: #1995FA;
}
.AnyTagClassName
{
color: #1995FA;
}
</style>
background-color css
<style>
a { background-color: #1995FA; }
a { background-color: rgb(25,149,250); }
div.DivClassName
{
background-color: #1995FA;
}
.BgClassName
{
background-color: #1995FA;
}
</style>
border-color css
<style>
span { border-color: #1995FA; }
span { border-color: rgb(25,149,250); }
td.TdClassName
{
border-color: #1995FA;
}
.TagClassName
{
border-color: #1995FA;
}
</style>