Shades of Dodger Blue #1FAAFC
Tints of Dodger Blue #1FAAFC
RGB
CMYK
RGB Variations
Color information
#1FAAFC (or 0x1FAAFC) is known color: Dodger Blue. HEX triplet: 1F, AA and FC. RGB value is (31,170,252). Sum of RGB (Red+Green+Blue) = 31+170+252=453 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.84% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #1FAAFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FAAFC is #E05503. Grayscale: #898989. Windows color (decimal): -14701828 or 16558623. OLE color: 16558623.
HSL color Cylindrical-coordinate representation of color #1FAAFC: hue angle of 202.26º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FAAFC is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 170 | 252 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.01 |
| HSL | 202.26º | 0.97% | 0.55% | - |
| HSV(B) | 202.26º | 0.88% | 0.99% | - |
| XYZ | 32.51 | 36.07 | 97.34 | - |
| YUV | 137.79 | 192.45 | 51.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 252 | 0.88 | 0.33 | 0 | 0.01 | 202.26 | 0.97 | 0.55 |
| Hex | 1F | AA | FC | 58 | 21 | 0 | 1 | CA | 61 | 37 |
| Octal | 37 | 252 | 374 | 130 | 41 | 0 | 1 | 312 | 141 | 67 |
| Binary | 11111 | 10101010 | 11111100 | 1011000 | 100001 | 0 | 1 | 11001010 | 1100001 | 110111 |
Color Harmonies of #1FAAFC
Complementary color
Monochromatic Colors of #1FAAFC
Black with #1FAAFC
Text Example
Text Example
White with #1FAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAAFC; }
p { color: rgb(31,170,252); }
H1.HeaderClassName
{
color: #1FAAFC;
}
.AnyTagClassName
{
color: #1FAAFC;
}
</style>
background-color css
<style>
a { background-color: #1FAAFC; }
a { background-color: rgb(31,170,252); }
div.DivClassName
{
background-color: #1FAAFC;
}
.BgClassName
{
background-color: #1FAAFC;
}
</style>
border-color css
<style>
span { border-color: #1FAAFC; }
span { border-color: rgb(31,170,252); }
td.TdClassName
{
border-color: #1FAAFC;
}
.TagClassName
{
border-color: #1FAAFC;
}
</style>