Shades of Dodger Blue #1FA6F3
Tints of Dodger Blue #1FA6F3
RGB
CMYK
RGB Variations
Color information
#1FA6F3 (or 0x1FA6F3) is known color: Dodger Blue. HEX triplet: 1F, A6 and F3. RGB value is (31,166,243). Sum of RGB (Red+Green+Blue) = 31+166+243=440 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.05% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 243 (95.31% from 255 or 55.23% from 440); Max value from RGB is 243 - color contains mainly: blue. Hex color #1FA6F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FA6F3 is #E0590C. Grayscale: #858585. Windows color (decimal): -14702861 or 15967775. OLE color: 15967775.
HSL color Cylindrical-coordinate representation of color #1FA6F3: hue angle of 201.79º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FA6F3 is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 166 | 243 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.05 |
| HSL | 201.79º | 0.9% | 0.54% | - |
| HSV(B) | 201.79º | 0.87% | 0.95% | - |
| XYZ | 30.38 | 34.03 | 89.76 | - |
| YUV | 134.41 | 189.27 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 166 | 243 | 0.87 | 0.32 | 0 | 0.05 | 201.79 | 0.9 | 0.54 |
| Hex | 1F | A6 | F3 | 57 | 20 | 0 | 5 | CA | 5A | 36 |
| Octal | 37 | 246 | 363 | 127 | 40 | 0 | 5 | 312 | 132 | 66 |
| Binary | 11111 | 10100110 | 11110011 | 1010111 | 100000 | 0 | 101 | 11001010 | 1011010 | 110110 |
Color Harmonies of #1FA6F3
Complementary color
Monochromatic Colors of #1FA6F3
Black with #1FA6F3
Text Example
Text Example
White with #1FA6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA6F3; }
p { color: rgb(31,166,243); }
H1.HeaderClassName
{
color: #1FA6F3;
}
.AnyTagClassName
{
color: #1FA6F3;
}
</style>
background-color css
<style>
a { background-color: #1FA6F3; }
a { background-color: rgb(31,166,243); }
div.DivClassName
{
background-color: #1FA6F3;
}
.BgClassName
{
background-color: #1FA6F3;
}
</style>
border-color css
<style>
span { border-color: #1FA6F3; }
span { border-color: rgb(31,166,243); }
td.TdClassName
{
border-color: #1FA6F3;
}
.TagClassName
{
border-color: #1FA6F3;
}
</style>