Shades of Dodger Blue #1FA3EE
Tints of Dodger Blue #1FA3EE
RGB
CMYK
RGB Variations
Color information
#1FA3EE (or 0x1FA3EE) is known color: Dodger Blue. HEX triplet: 1F, A3 and EE. RGB value is (31,163,238). Sum of RGB (Red+Green+Blue) = 31+163+238=432 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.18% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #1FA3EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FA3EE is #E05C11. Grayscale: #838383. Windows color (decimal): -14703634 or 15639327. OLE color: 15639327.
HSL color Cylindrical-coordinate representation of color #1FA3EE: hue angle of 201.74º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FA3EE is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 163 | 238 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.07 |
| HSL | 201.74º | 0.86% | 0.53% | - |
| HSV(B) | 201.74º | 0.87% | 0.93% | - |
| XYZ | 29.09 | 32.66 | 85.66 | - |
| YUV | 132.08 | 187.77 | 55.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 163 | 238 | 0.87 | 0.32 | 0 | 0.07 | 201.74 | 0.86 | 0.53 |
| Hex | 1F | A3 | EE | 57 | 20 | 0 | 7 | CA | 56 | 35 |
| Octal | 37 | 243 | 356 | 127 | 40 | 0 | 7 | 312 | 126 | 65 |
| Binary | 11111 | 10100011 | 11101110 | 1010111 | 100000 | 0 | 111 | 11001010 | 1010110 | 110101 |
Color Harmonies of #1FA3EE
Complementary color
Monochromatic Colors of #1FA3EE
Black with #1FA3EE
Text Example
Text Example
White with #1FA3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA3EE; }
p { color: rgb(31,163,238); }
H1.HeaderClassName
{
color: #1FA3EE;
}
.AnyTagClassName
{
color: #1FA3EE;
}
</style>
background-color css
<style>
a { background-color: #1FA3EE; }
a { background-color: rgb(31,163,238); }
div.DivClassName
{
background-color: #1FA3EE;
}
.BgClassName
{
background-color: #1FA3EE;
}
</style>
border-color css
<style>
span { border-color: #1FA3EE; }
span { border-color: rgb(31,163,238); }
td.TdClassName
{
border-color: #1FA3EE;
}
.TagClassName
{
border-color: #1FA3EE;
}
</style>