Shades of Dodger Blue #1F84FA
Tints of Dodger Blue #1F84FA
RGB
CMYK
RGB Variations
Color information
#1F84FA (or 0x1F84FA) is known color: Dodger Blue. HEX triplet: 1F, 84 and FA. RGB value is (31,132,250). Sum of RGB (Red+Green+Blue) = 31+132+250=413 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.51% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #1F84FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F84FA is #E07B05. Grayscale: #727272. Windows color (decimal): -14711558 or 16417823. OLE color: 16417823.
HSL color Cylindrical-coordinate representation of color #1F84FA: hue angle of 212.33º 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 #1F84FA is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 132 | 250 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.02 |
| HSL | 212.33º | 0.96% | 0.55% | - |
| HSV(B) | 212.33º | 0.88% | 0.98% | - |
| XYZ | 26.07 | 23.7 | 93.64 | - |
| YUV | 115.25 | 204.04 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 132 | 250 | 0.88 | 0.47 | 0 | 0.02 | 212.33 | 0.96 | 0.55 |
| Hex | 1F | 84 | FA | 58 | 2F | 0 | 2 | D4 | 60 | 37 |
| Octal | 37 | 204 | 372 | 130 | 57 | 0 | 2 | 324 | 140 | 67 |
| Binary | 11111 | 10000100 | 11111010 | 1011000 | 101111 | 0 | 10 | 11010100 | 1100000 | 110111 |
Color Harmonies of #1F84FA
Complementary color
Monochromatic Colors of #1F84FA
Black with #1F84FA
Text Example
Text Example
White with #1F84FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F84FA; }
p { color: rgb(31,132,250); }
H1.HeaderClassName
{
color: #1F84FA;
}
.AnyTagClassName
{
color: #1F84FA;
}
</style>
background-color css
<style>
a { background-color: #1F84FA; }
a { background-color: rgb(31,132,250); }
div.DivClassName
{
background-color: #1F84FA;
}
.BgClassName
{
background-color: #1F84FA;
}
</style>
border-color css
<style>
span { border-color: #1F84FA; }
span { border-color: rgb(31,132,250); }
td.TdClassName
{
border-color: #1F84FA;
}
.TagClassName
{
border-color: #1F84FA;
}
</style>