Shades of Dodger Blue #1FAAFF
Tints of Dodger Blue #1FAAFF
RGB
CMYK
RGB Variations
Color information
#1FAAFF (or 0x1FAAFF) is known color: Dodger Blue. HEX triplet: 1F, AA and FF. RGB value is (31,170,255). Sum of RGB (Red+Green+Blue) = 31+170+255=456 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.80% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FAAFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FAAFF is #E05500. Grayscale: #898989. Windows color (decimal): -14701825 or 16755231. OLE color: 16755231.
HSL color Cylindrical-coordinate representation of color #1FAAFF: hue angle of 202.77º 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 #1FAAFF is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 170 | 255 | - |
| CMYK | 0.88 | 0.33 | 0 | 0 |
| HSL | 202.77º | 1% | 0.56% | - |
| HSV(B) | 202.77º | 0.88% | 1% | - |
| XYZ | 32.99 | 36.26 | 99.87 | - |
| YUV | 138.13 | 193.95 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 255 | 0.88 | 0.33 | 0 | 0 | 202.77 | 1 | 0.56 |
| Hex | 1F | AA | FF | 58 | 21 | 0 | 0 | CB | 64 | 38 |
| Octal | 37 | 252 | 377 | 130 | 41 | 0 | 0 | 313 | 144 | 70 |
| Binary | 11111 | 10101010 | 11111111 | 1011000 | 100001 | 0 | 0 | 11001011 | 1100100 | 111000 |
Color Harmonies of #1FAAFF
Complementary color
Monochromatic Colors of #1FAAFF
Black with #1FAAFF
Text Example
Text Example
White with #1FAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAAFF; }
p { color: rgb(31,170,255); }
H1.HeaderClassName
{
color: #1FAAFF;
}
.AnyTagClassName
{
color: #1FAAFF;
}
</style>
background-color css
<style>
a { background-color: #1FAAFF; }
a { background-color: rgb(31,170,255); }
div.DivClassName
{
background-color: #1FAAFF;
}
.BgClassName
{
background-color: #1FAAFF;
}
</style>
border-color css
<style>
span { border-color: #1FAAFF; }
span { border-color: rgb(31,170,255); }
td.TdClassName
{
border-color: #1FAAFF;
}
.TagClassName
{
border-color: #1FAAFF;
}
</style>