Shades of Dodger Blue #1FACFD
Tints of Dodger Blue #1FACFD
RGB
CMYK
RGB Variations
Color information
#1FACFD (or 0x1FACFD) is known color: Dodger Blue. HEX triplet: 1F, AC and FD. RGB value is (31,172,253). Sum of RGB (Red+Green+Blue) = 31+172+253=456 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.80% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #1FACFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FACFD is #E05302. Grayscale: #8A8A8A. Windows color (decimal): -14701315 or 16624671. OLE color: 16624671.
HSL color Cylindrical-coordinate representation of color #1FACFD: hue angle of 201.89º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FACFD is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 172 | 253 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.01 |
| HSL | 201.89º | 0.98% | 0.56% | - |
| HSV(B) | 201.89º | 0.88% | 0.99% | - |
| XYZ | 33.05 | 36.89 | 98.31 | - |
| YUV | 139.08 | 192.29 | 50.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 253 | 0.88 | 0.32 | 0 | 0.01 | 201.89 | 0.98 | 0.56 |
| Hex | 1F | AC | FD | 58 | 20 | 0 | 1 | CA | 62 | 38 |
| Octal | 37 | 254 | 375 | 130 | 40 | 0 | 1 | 312 | 142 | 70 |
| Binary | 11111 | 10101100 | 11111101 | 1011000 | 100000 | 0 | 1 | 11001010 | 1100010 | 111000 |
Color Harmonies of #1FACFD
Complementary color
Monochromatic Colors of #1FACFD
Black with #1FACFD
Text Example
Text Example
White with #1FACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FACFD; }
p { color: rgb(31,172,253); }
H1.HeaderClassName
{
color: #1FACFD;
}
.AnyTagClassName
{
color: #1FACFD;
}
</style>
background-color css
<style>
a { background-color: #1FACFD; }
a { background-color: rgb(31,172,253); }
div.DivClassName
{
background-color: #1FACFD;
}
.BgClassName
{
background-color: #1FACFD;
}
</style>
border-color css
<style>
span { border-color: #1FACFD; }
span { border-color: rgb(31,172,253); }
td.TdClassName
{
border-color: #1FACFD;
}
.TagClassName
{
border-color: #1FACFD;
}
</style>