Shades of Dodger Blue #1F81FD
Tints of Dodger Blue #1F81FD
RGB
CMYK
RGB Variations
Color information
#1F81FD (or 0x1F81FD) is known color: Dodger Blue. HEX triplet: 1F, 81 and FD. RGB value is (31,129,253). Sum of RGB (Red+Green+Blue) = 31+129+253=413 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.51% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #1F81FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F81FD is #E07E02. Grayscale: #717171. Windows color (decimal): -14712323 or 16613663. OLE color: 16613663.
HSL color Cylindrical-coordinate representation of color #1F81FD: hue angle of 213.51º 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 #1F81FD is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 129 | 253 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.01 |
| HSL | 213.51º | 0.98% | 0.56% | - |
| HSV(B) | 213.51º | 0.88% | 0.99% | - |
| XYZ | 26.14 | 23.08 | 96.01 | - |
| YUV | 113.83 | 206.53 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 129 | 253 | 0.88 | 0.49 | 0 | 0.01 | 213.51 | 0.98 | 0.56 |
| Hex | 1F | 81 | FD | 58 | 31 | 0 | 1 | D6 | 62 | 38 |
| Octal | 37 | 201 | 375 | 130 | 61 | 0 | 1 | 326 | 142 | 70 |
| Binary | 11111 | 10000001 | 11111101 | 1011000 | 110001 | 0 | 1 | 11010110 | 1100010 | 111000 |
Color Harmonies of #1F81FD
Complementary color
Monochromatic Colors of #1F81FD
Black with #1F81FD
Text Example
Text Example
White with #1F81FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F81FD; }
p { color: rgb(31,129,253); }
H1.HeaderClassName
{
color: #1F81FD;
}
.AnyTagClassName
{
color: #1F81FD;
}
</style>
background-color css
<style>
a { background-color: #1F81FD; }
a { background-color: rgb(31,129,253); }
div.DivClassName
{
background-color: #1F81FD;
}
.BgClassName
{
background-color: #1F81FD;
}
</style>
border-color css
<style>
span { border-color: #1F81FD; }
span { border-color: rgb(31,129,253); }
td.TdClassName
{
border-color: #1F81FD;
}
.TagClassName
{
border-color: #1F81FD;
}
</style>