Shades of Dodger Blue #1F81FB
Tints of Dodger Blue #1F81FB
RGB
CMYK
RGB Variations
Color information
#1F81FB (or 0x1F81FB) is known color: Dodger Blue. HEX triplet: 1F, 81 and FB. RGB value is (31,129,251). Sum of RGB (Red+Green+Blue) = 31+129+251=411 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.54% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F81FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F81FB is #E07E04. Grayscale: #717171. Windows color (decimal): -14712325 or 16482591. OLE color: 16482591.
HSL color Cylindrical-coordinate representation of color #1F81FB: hue angle of 213.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F81FB is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 129 | 251 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.02 |
| HSL | 213.27º | 0.96% | 0.55% | - |
| HSV(B) | 213.27º | 0.88% | 0.98% | - |
| XYZ | 25.83 | 22.96 | 94.34 | - |
| YUV | 113.61 | 205.53 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 129 | 251 | 0.88 | 0.49 | 0 | 0.02 | 213.27 | 0.96 | 0.55 |
| Hex | 1F | 81 | FB | 58 | 31 | 0 | 2 | D5 | 60 | 37 |
| Octal | 37 | 201 | 373 | 130 | 61 | 0 | 2 | 325 | 140 | 67 |
| Binary | 11111 | 10000001 | 11111011 | 1011000 | 110001 | 0 | 10 | 11010101 | 1100000 | 110111 |
Color Harmonies of #1F81FB
Complementary color
Monochromatic Colors of #1F81FB
Black with #1F81FB
Text Example
Text Example
White with #1F81FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F81FB; }
p { color: rgb(31,129,251); }
H1.HeaderClassName
{
color: #1F81FB;
}
.AnyTagClassName
{
color: #1F81FB;
}
</style>
background-color css
<style>
a { background-color: #1F81FB; }
a { background-color: rgb(31,129,251); }
div.DivClassName
{
background-color: #1F81FB;
}
.BgClassName
{
background-color: #1F81FB;
}
</style>
border-color css
<style>
span { border-color: #1F81FB; }
span { border-color: rgb(31,129,251); }
td.TdClassName
{
border-color: #1F81FB;
}
.TagClassName
{
border-color: #1F81FB;
}
</style>