Shades of Dodger Blue #1FAAFE
Tints of Dodger Blue #1FAAFE
RGB
CMYK
RGB Variations
Color information
#1FAAFE (or 0x1FAAFE) is known color: Dodger Blue. HEX triplet: 1F, AA and FE. RGB value is (31,170,254). Sum of RGB (Red+Green+Blue) = 31+170+254=455 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.81% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #1FAAFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FAAFE is #E05501. Grayscale: #898989. Windows color (decimal): -14701826 or 16689695. OLE color: 16689695.
HSL color Cylindrical-coordinate representation of color #1FAAFE: hue angle of 202.6º 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 #1FAAFE is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 170 | 254 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.00 |
| HSL | 202.6º | 0.99% | 0.56% | - |
| HSV(B) | 202.6º | 0.88% | 1% | - |
| XYZ | 32.83 | 36.2 | 99.02 | - |
| YUV | 138.02 | 193.45 | 51.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 254 | 0.88 | 0.33 | 0 | 0.00 | 202.6 | 0.99 | 0.56 |
| Hex | 1F | AA | FE | 58 | 21 | 0 | 0 | CB | 63 | 38 |
| Octal | 37 | 252 | 376 | 130 | 41 | 0 | 0 | 313 | 143 | 70 |
| Binary | 11111 | 10101010 | 11111110 | 1011000 | 100001 | 0 | 0 | 11001011 | 1100011 | 111000 |
Color Harmonies of #1FAAFE
Complementary color
Monochromatic Colors of #1FAAFE
Black with #1FAAFE
Text Example
Text Example
White with #1FAAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAAFE; }
p { color: rgb(31,170,254); }
H1.HeaderClassName
{
color: #1FAAFE;
}
.AnyTagClassName
{
color: #1FAAFE;
}
</style>
background-color css
<style>
a { background-color: #1FAAFE; }
a { background-color: rgb(31,170,254); }
div.DivClassName
{
background-color: #1FAAFE;
}
.BgClassName
{
background-color: #1FAAFE;
}
</style>
border-color css
<style>
span { border-color: #1FAAFE; }
span { border-color: rgb(31,170,254); }
td.TdClassName
{
border-color: #1FAAFE;
}
.TagClassName
{
border-color: #1FAAFE;
}
</style>