Shades of Dodger Blue #1F7FE3
Tints of Dodger Blue #1F7FE3
RGB
CMYK
RGB Variations
Color information
#1F7FE3 (or 0x1F7FE3) is known color: Dodger Blue. HEX triplet: 1F, 7F and E3. RGB value is (31,127,227). Sum of RGB (Red+Green+Blue) = 31+127+227=385 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.05% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 227 (89.06% from 255 or 58.96% from 385); Max value from RGB is 227 - color contains mainly: blue. Hex color #1F7FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7FE3 is #E0801C. Grayscale: #6D6D6D. Windows color (decimal): -14712861 or 14909215. OLE color: 14909215.
HSL color Cylindrical-coordinate representation of color #1F7FE3: hue angle of 210.61º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F7FE3 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 127 | 227 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.11 |
| HSL | 210.61º | 0.78% | 0.51% | - |
| HSV(B) | 210.61º | 0.86% | 0.89% | - |
| XYZ | 22.02 | 21.02 | 75.57 | - |
| YUV | 109.7 | 194.2 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 127 | 227 | 0.86 | 0.44 | 0 | 0.11 | 210.61 | 0.78 | 0.51 |
| Hex | 1F | 7F | E3 | 56 | 2C | 0 | B | D3 | 4E | 33 |
| Octal | 37 | 177 | 343 | 126 | 54 | 0 | 13 | 323 | 116 | 63 |
| Binary | 11111 | 1111111 | 11100011 | 1010110 | 101100 | 0 | 1011 | 11010011 | 1001110 | 110011 |
Color Harmonies of #1F7FE3
Complementary color
Monochromatic Colors of #1F7FE3
Black with #1F7FE3
Text Example
Text Example
White with #1F7FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7FE3; }
p { color: rgb(31,127,227); }
H1.HeaderClassName
{
color: #1F7FE3;
}
.AnyTagClassName
{
color: #1F7FE3;
}
</style>
background-color css
<style>
a { background-color: #1F7FE3; }
a { background-color: rgb(31,127,227); }
div.DivClassName
{
background-color: #1F7FE3;
}
.BgClassName
{
background-color: #1F7FE3;
}
</style>
border-color css
<style>
span { border-color: #1F7FE3; }
span { border-color: rgb(31,127,227); }
td.TdClassName
{
border-color: #1F7FE3;
}
.TagClassName
{
border-color: #1F7FE3;
}
</style>