Shades of Dodger Blue #1FA2EC
Tints of Dodger Blue #1FA2EC
RGB
CMYK
RGB Variations
Color information
#1FA2EC (or 0x1FA2EC) is known color: Dodger Blue. HEX triplet: 1F, A2 and EC. RGB value is (31,162,236). Sum of RGB (Red+Green+Blue) = 31+162+236=429 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.23% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #1FA2EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FA2EC is #E05D13. Grayscale: #828282. Windows color (decimal): -14703892 or 15507999. OLE color: 15507999.
HSL color Cylindrical-coordinate representation of color #1FA2EC: hue angle of 201.66º 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 #1FA2EC is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 162 | 236 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.07 |
| HSL | 201.66º | 0.84% | 0.52% | - |
| HSV(B) | 201.66º | 0.87% | 0.93% | - |
| XYZ | 28.63 | 32.19 | 84.06 | - |
| YUV | 131.27 | 187.1 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 162 | 236 | 0.87 | 0.31 | 0 | 0.07 | 201.66 | 0.84 | 0.52 |
| Hex | 1F | A2 | EC | 57 | 1F | 0 | 7 | CA | 54 | 34 |
| Octal | 37 | 242 | 354 | 127 | 37 | 0 | 7 | 312 | 124 | 64 |
| Binary | 11111 | 10100010 | 11101100 | 1010111 | 11111 | 0 | 111 | 11001010 | 1010100 | 110100 |
Color Harmonies of #1FA2EC
Complementary color
Monochromatic Colors of #1FA2EC
Black with #1FA2EC
Text Example
Text Example
White with #1FA2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA2EC; }
p { color: rgb(31,162,236); }
H1.HeaderClassName
{
color: #1FA2EC;
}
.AnyTagClassName
{
color: #1FA2EC;
}
</style>
background-color css
<style>
a { background-color: #1FA2EC; }
a { background-color: rgb(31,162,236); }
div.DivClassName
{
background-color: #1FA2EC;
}
.BgClassName
{
background-color: #1FA2EC;
}
</style>
border-color css
<style>
span { border-color: #1FA2EC; }
span { border-color: rgb(31,162,236); }
td.TdClassName
{
border-color: #1FA2EC;
}
.TagClassName
{
border-color: #1FA2EC;
}
</style>