Shades of Dodger Blue #1F8AFB
Tints of Dodger Blue #1F8AFB
RGB
CMYK
RGB Variations
Color information
#1F8AFB (or 0x1F8AFB) is known color: Dodger Blue. HEX triplet: 1F, 8A and FB. RGB value is (31,138,251). Sum of RGB (Red+Green+Blue) = 31+138+251=420 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.38% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F8AFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F8AFB is #E07504. Grayscale: #767676. Windows color (decimal): -14710021 or 16484895. OLE color: 16484895.
HSL color Cylindrical-coordinate representation of color #1F8AFB: hue angle of 210.82º 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 #1F8AFB is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 138 | 251 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.02 |
| HSL | 210.82º | 0.96% | 0.55% | - |
| HSV(B) | 210.82º | 0.88% | 0.98% | - |
| XYZ | 27.07 | 25.43 | 94.75 | - |
| YUV | 118.89 | 202.55 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 138 | 251 | 0.88 | 0.45 | 0 | 0.02 | 210.82 | 0.96 | 0.55 |
| Hex | 1F | 8A | FB | 58 | 2D | 0 | 2 | D3 | 60 | 37 |
| Octal | 37 | 212 | 373 | 130 | 55 | 0 | 2 | 323 | 140 | 67 |
| Binary | 11111 | 10001010 | 11111011 | 1011000 | 101101 | 0 | 10 | 11010011 | 1100000 | 110111 |
Color Harmonies of #1F8AFB
Complementary color
Monochromatic Colors of #1F8AFB
Black with #1F8AFB
Text Example
Text Example
White with #1F8AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8AFB; }
p { color: rgb(31,138,251); }
H1.HeaderClassName
{
color: #1F8AFB;
}
.AnyTagClassName
{
color: #1F8AFB;
}
</style>
background-color css
<style>
a { background-color: #1F8AFB; }
a { background-color: rgb(31,138,251); }
div.DivClassName
{
background-color: #1F8AFB;
}
.BgClassName
{
background-color: #1F8AFB;
}
</style>
border-color css
<style>
span { border-color: #1F8AFB; }
span { border-color: rgb(31,138,251); }
td.TdClassName
{
border-color: #1F8AFB;
}
.TagClassName
{
border-color: #1F8AFB;
}
</style>