Shades of Dodger Blue #1FA2FF
Tints of Dodger Blue #1FA2FF
RGB
CMYK
RGB Variations
Color information
#1FA2FF (or 0x1FA2FF) is known color: Dodger Blue. HEX triplet: 1F, A2 and FF. RGB value is (31,162,255). Sum of RGB (Red+Green+Blue) = 31+162+255=448 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.92% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FA2FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FA2FF is #E05D00. Grayscale: #848484. Windows color (decimal): -14703873 or 16753183. OLE color: 16753183.
HSL color Cylindrical-coordinate representation of color #1FA2FF: hue angle of 204.91º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FA2FF is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 162 | 255 | - |
| CMYK | 0.88 | 0.36 | 0 | 0 |
| HSL | 204.91º | 1% | 0.56% | - |
| HSV(B) | 204.91º | 0.88% | 1% | - |
| XYZ | 31.54 | 33.35 | 99.38 | - |
| YUV | 133.43 | 196.6 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 162 | 255 | 0.88 | 0.36 | 0 | 0 | 204.91 | 1 | 0.56 |
| Hex | 1F | A2 | FF | 58 | 24 | 0 | 0 | CD | 64 | 38 |
| Octal | 37 | 242 | 377 | 130 | 44 | 0 | 0 | 315 | 144 | 70 |
| Binary | 11111 | 10100010 | 11111111 | 1011000 | 100100 | 0 | 0 | 11001101 | 1100100 | 111000 |
Color Harmonies of #1FA2FF
Complementary color
Monochromatic Colors of #1FA2FF
Black with #1FA2FF
Text Example
Text Example
White with #1FA2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA2FF; }
p { color: rgb(31,162,255); }
H1.HeaderClassName
{
color: #1FA2FF;
}
.AnyTagClassName
{
color: #1FA2FF;
}
</style>
background-color css
<style>
a { background-color: #1FA2FF; }
a { background-color: rgb(31,162,255); }
div.DivClassName
{
background-color: #1FA2FF;
}
.BgClassName
{
background-color: #1FA2FF;
}
</style>
border-color css
<style>
span { border-color: #1FA2FF; }
span { border-color: rgb(31,162,255); }
td.TdClassName
{
border-color: #1FA2FF;
}
.TagClassName
{
border-color: #1FA2FF;
}
</style>