Shades of Dodger Blue #1F7CEA
Tints of Dodger Blue #1F7CEA
RGB
CMYK
RGB Variations
Color information
#1F7CEA (or 0x1F7CEA) is known color: Dodger Blue. HEX triplet: 1F, 7C and EA. RGB value is (31,124,234). Sum of RGB (Red+Green+Blue) = 31+124+234=389 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.97% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 234 (91.80% from 255 or 60.15% from 389); Max value from RGB is 234 - color contains mainly: blue. Hex color #1F7CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F7CEA is #E08315. Grayscale: #6C6C6C. Windows color (decimal): -14713622 or 15367199. OLE color: 15367199.
HSL color Cylindrical-coordinate representation of color #1F7CEA: hue angle of 212.51º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F7CEA is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 124 | 234 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.08 |
| HSL | 212.51º | 0.83% | 0.52% | - |
| HSV(B) | 212.51º | 0.87% | 0.92% | - |
| XYZ | 22.62 | 20.65 | 80.63 | - |
| YUV | 108.73 | 198.69 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 124 | 234 | 0.87 | 0.47 | 0 | 0.08 | 212.51 | 0.83 | 0.52 |
| Hex | 1F | 7C | EA | 57 | 2F | 0 | 8 | D5 | 53 | 34 |
| Octal | 37 | 174 | 352 | 127 | 57 | 0 | 10 | 325 | 123 | 64 |
| Binary | 11111 | 1111100 | 11101010 | 1010111 | 101111 | 0 | 1000 | 11010101 | 1010011 | 110100 |
Color Harmonies of #1F7CEA
Complementary color
Monochromatic Colors of #1F7CEA
Black with #1F7CEA
Text Example
Text Example
White with #1F7CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7CEA; }
p { color: rgb(31,124,234); }
H1.HeaderClassName
{
color: #1F7CEA;
}
.AnyTagClassName
{
color: #1F7CEA;
}
</style>
background-color css
<style>
a { background-color: #1F7CEA; }
a { background-color: rgb(31,124,234); }
div.DivClassName
{
background-color: #1F7CEA;
}
.BgClassName
{
background-color: #1F7CEA;
}
</style>
border-color css
<style>
span { border-color: #1F7CEA; }
span { border-color: rgb(31,124,234); }
td.TdClassName
{
border-color: #1F7CEA;
}
.TagClassName
{
border-color: #1F7CEA;
}
</style>