Shades of Dodger Blue #1F89FD
Tints of Dodger Blue #1F89FD
RGB
CMYK
RGB Variations
Color information
#1F89FD (or 0x1F89FD) is known color: Dodger Blue. HEX triplet: 1F, 89 and FD. RGB value is (31,137,253). Sum of RGB (Red+Green+Blue) = 31+137+253=421 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.36% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #1F89FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F89FD is #E07602. Grayscale: #757575. Windows color (decimal): -14710275 or 16615711. OLE color: 16615711.
HSL color Cylindrical-coordinate representation of color #1F89FD: hue angle of 211.35º 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 #1F89FD is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 137 | 253 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.01 |
| HSL | 211.35º | 0.98% | 0.56% | - |
| HSV(B) | 211.35º | 0.88% | 0.99% | - |
| XYZ | 27.24 | 25.27 | 96.37 | - |
| YUV | 118.53 | 203.88 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 137 | 253 | 0.88 | 0.46 | 0 | 0.01 | 211.35 | 0.98 | 0.56 |
| Hex | 1F | 89 | FD | 58 | 2E | 0 | 1 | D3 | 62 | 38 |
| Octal | 37 | 211 | 375 | 130 | 56 | 0 | 1 | 323 | 142 | 70 |
| Binary | 11111 | 10001001 | 11111101 | 1011000 | 101110 | 0 | 1 | 11010011 | 1100010 | 111000 |
Color Harmonies of #1F89FD
Complementary color
Monochromatic Colors of #1F89FD
Black with #1F89FD
Text Example
Text Example
White with #1F89FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F89FD; }
p { color: rgb(31,137,253); }
H1.HeaderClassName
{
color: #1F89FD;
}
.AnyTagClassName
{
color: #1F89FD;
}
</style>
background-color css
<style>
a { background-color: #1F89FD; }
a { background-color: rgb(31,137,253); }
div.DivClassName
{
background-color: #1F89FD;
}
.BgClassName
{
background-color: #1F89FD;
}
</style>
border-color css
<style>
span { border-color: #1F89FD; }
span { border-color: rgb(31,137,253); }
td.TdClassName
{
border-color: #1F89FD;
}
.TagClassName
{
border-color: #1F89FD;
}
</style>