Shades of Dodger Blue #1F83FB
Tints of Dodger Blue #1F83FB
RGB
CMYK
RGB Variations
Color information
#1F83FB (or 0x1F83FB) is known color: Dodger Blue. HEX triplet: 1F, 83 and FB. RGB value is (31,131,251). Sum of RGB (Red+Green+Blue) = 31+131+251=413 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.51% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F83FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F83FB is #E07C04. Grayscale: #727272. Windows color (decimal): -14711813 or 16483103. OLE color: 16483103.
HSL color Cylindrical-coordinate representation of color #1F83FB: hue angle of 212.73º 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 #1F83FB is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 131 | 251 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.02 |
| HSL | 212.73º | 0.96% | 0.55% | - |
| HSV(B) | 212.73º | 0.88% | 0.98% | - |
| XYZ | 26.09 | 23.49 | 94.43 | - |
| YUV | 114.78 | 204.87 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 131 | 251 | 0.88 | 0.48 | 0 | 0.02 | 212.73 | 0.96 | 0.55 |
| Hex | 1F | 83 | FB | 58 | 30 | 0 | 2 | D5 | 60 | 37 |
| Octal | 37 | 203 | 373 | 130 | 60 | 0 | 2 | 325 | 140 | 67 |
| Binary | 11111 | 10000011 | 11111011 | 1011000 | 110000 | 0 | 10 | 11010101 | 1100000 | 110111 |
Color Harmonies of #1F83FB
Complementary color
Monochromatic Colors of #1F83FB
Black with #1F83FB
Text Example
Text Example
White with #1F83FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F83FB; }
p { color: rgb(31,131,251); }
H1.HeaderClassName
{
color: #1F83FB;
}
.AnyTagClassName
{
color: #1F83FB;
}
</style>
background-color css
<style>
a { background-color: #1F83FB; }
a { background-color: rgb(31,131,251); }
div.DivClassName
{
background-color: #1F83FB;
}
.BgClassName
{
background-color: #1F83FB;
}
</style>
border-color css
<style>
span { border-color: #1F83FB; }
span { border-color: rgb(31,131,251); }
td.TdClassName
{
border-color: #1F83FB;
}
.TagClassName
{
border-color: #1F83FB;
}
</style>