Shades of Dodger Blue #1F9CFE
Tints of Dodger Blue #1F9CFE
RGB
CMYK
RGB Variations
Color information
#1F9CFE (or 0x1F9CFE) is known color: Dodger Blue. HEX triplet: 1F, 9C and FE. RGB value is (31,156,254). Sum of RGB (Red+Green+Blue) = 31+156+254=441 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.03% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F9CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F9CFE is #E06301. Grayscale: #818181. Windows color (decimal): -14705410 or 16686111. OLE color: 16686111.
HSL color Cylindrical-coordinate representation of color #1F9CFE: hue angle of 206.37º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F9CFE is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 156 | 254 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.00 |
| HSL | 206.37º | 0.99% | 0.56% | - |
| HSV(B) | 206.37º | 0.88% | 1% | - |
| XYZ | 30.34 | 31.22 | 98.19 | - |
| YUV | 129.8 | 198.09 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 156 | 254 | 0.88 | 0.39 | 0 | 0.00 | 206.37 | 0.99 | 0.56 |
| Hex | 1F | 9C | FE | 58 | 27 | 0 | 0 | CE | 63 | 38 |
| Octal | 37 | 234 | 376 | 130 | 47 | 0 | 0 | 316 | 143 | 70 |
| Binary | 11111 | 10011100 | 11111110 | 1011000 | 100111 | 0 | 0 | 11001110 | 1100011 | 111000 |
Color Harmonies of #1F9CFE
Complementary color
Monochromatic Colors of #1F9CFE
Black with #1F9CFE
Text Example
Text Example
White with #1F9CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9CFE; }
p { color: rgb(31,156,254); }
H1.HeaderClassName
{
color: #1F9CFE;
}
.AnyTagClassName
{
color: #1F9CFE;
}
</style>
background-color css
<style>
a { background-color: #1F9CFE; }
a { background-color: rgb(31,156,254); }
div.DivClassName
{
background-color: #1F9CFE;
}
.BgClassName
{
background-color: #1F9CFE;
}
</style>
border-color css
<style>
span { border-color: #1F9CFE; }
span { border-color: rgb(31,156,254); }
td.TdClassName
{
border-color: #1F9CFE;
}
.TagClassName
{
border-color: #1F9CFE;
}
</style>