Shades of Dodger Blue #1FA4EC
Tints of Dodger Blue #1FA4EC
RGB
CMYK
RGB Variations
Color information
#1FA4EC (or 0x1FA4EC) is known color: Dodger Blue. HEX triplet: 1F, A4 and EC. RGB value is (31,164,236). Sum of RGB (Red+Green+Blue) = 31+164+236=431 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.19% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #1FA4EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FA4EC is #E05B13. Grayscale: #848484. Windows color (decimal): -14703380 or 15508511. OLE color: 15508511.
HSL color Cylindrical-coordinate representation of color #1FA4EC: hue angle of 201.07º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FA4EC is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 164 | 236 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.07 |
| HSL | 201.07º | 0.84% | 0.52% | - |
| HSV(B) | 201.07º | 0.87% | 0.93% | - |
| XYZ | 28.98 | 32.9 | 84.18 | - |
| YUV | 132.44 | 186.44 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 164 | 236 | 0.87 | 0.31 | 0 | 0.07 | 201.07 | 0.84 | 0.52 |
| Hex | 1F | A4 | EC | 57 | 1F | 0 | 7 | C9 | 54 | 34 |
| Octal | 37 | 244 | 354 | 127 | 37 | 0 | 7 | 311 | 124 | 64 |
| Binary | 11111 | 10100100 | 11101100 | 1010111 | 11111 | 0 | 111 | 11001001 | 1010100 | 110100 |
Color Harmonies of #1FA4EC
Complementary color
Monochromatic Colors of #1FA4EC
Black with #1FA4EC
Text Example
Text Example
White with #1FA4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA4EC; }
p { color: rgb(31,164,236); }
H1.HeaderClassName
{
color: #1FA4EC;
}
.AnyTagClassName
{
color: #1FA4EC;
}
</style>
background-color css
<style>
a { background-color: #1FA4EC; }
a { background-color: rgb(31,164,236); }
div.DivClassName
{
background-color: #1FA4EC;
}
.BgClassName
{
background-color: #1FA4EC;
}
</style>
border-color css
<style>
span { border-color: #1FA4EC; }
span { border-color: rgb(31,164,236); }
td.TdClassName
{
border-color: #1FA4EC;
}
.TagClassName
{
border-color: #1FA4EC;
}
</style>