Shades of Dodger Blue #1995FE
Tints of Dodger Blue #1995FE
RGB
CMYK
RGB Variations
Color information
#1995FE (or 0x1995FE) is known color: Dodger Blue. HEX triplet: 19, 95 and FE. RGB value is (25,149,254). Sum of RGB (Red+Green+Blue) = 25+149+254=428 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.84% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #1995FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1995FE is #E66A01. Grayscale: #7B7B7B. Windows color (decimal): -15100418 or 16684313. OLE color: 16684313.
HSL color Cylindrical-coordinate representation of color #1995FE: hue angle of 207.51º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1995FE is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 149 | 254 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.00 |
| HSL | 207.51º | 0.99% | 0.55% | - |
| HSV(B) | 207.51º | 0.9% | 1% | - |
| XYZ | 29.04 | 28.86 | 97.81 | - |
| YUV | 123.89 | 201.42 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 149 | 254 | 0.90 | 0.41 | 0 | 0.00 | 207.51 | 0.99 | 0.55 |
| Hex | 19 | 95 | FE | 5A | 29 | 0 | 0 | D0 | 63 | 37 |
| Octal | 31 | 225 | 376 | 132 | 51 | 0 | 0 | 320 | 143 | 67 |
| Binary | 11001 | 10010101 | 11111110 | 1011010 | 101001 | 0 | 0 | 11010000 | 1100011 | 110111 |
Color Harmonies of #1995FE
Complementary color
Monochromatic Colors of #1995FE
Black with #1995FE
Text Example
Text Example
White with #1995FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1995FE; }
p { color: rgb(25,149,254); }
H1.HeaderClassName
{
color: #1995FE;
}
.AnyTagClassName
{
color: #1995FE;
}
</style>
background-color css
<style>
a { background-color: #1995FE; }
a { background-color: rgb(25,149,254); }
div.DivClassName
{
background-color: #1995FE;
}
.BgClassName
{
background-color: #1995FE;
}
</style>
border-color css
<style>
span { border-color: #1995FE; }
span { border-color: rgb(25,149,254); }
td.TdClassName
{
border-color: #1995FE;
}
.TagClassName
{
border-color: #1995FE;
}
</style>