Shades of Dodger Blue #1F6EF3
Tints of Dodger Blue #1F6EF3
RGB
CMYK
RGB Variations
Color information
#1F6EF3 (or 0x1F6EF3) is known color: Dodger Blue. HEX triplet: 1F, 6E and F3. RGB value is (31,110,243). Sum of RGB (Red+Green+Blue) = 31+110+243=384 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.07% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 243 (95.31% from 255 or 63.28% from 384); Max value from RGB is 243 - color contains mainly: blue. Hex color #1F6EF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F6EF3 is #E0910C. Grayscale: #646464. Windows color (decimal): -14717197 or 15953439. OLE color: 15953439.
HSL color Cylindrical-coordinate representation of color #1F6EF3: hue angle of 217.64º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F6EF3 is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 110 | 243 | - |
| CMYK | 0.87 | 0.55 | 0 | 0.05 |
| HSL | 217.64º | 0.9% | 0.54% | - |
| HSV(B) | 217.64º | 0.87% | 0.95% | - |
| XYZ | 22.32 | 17.91 | 87.08 | - |
| YUV | 101.54 | 207.83 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 110 | 243 | 0.87 | 0.55 | 0 | 0.05 | 217.64 | 0.9 | 0.54 |
| Hex | 1F | 6E | F3 | 57 | 37 | 0 | 5 | DA | 5A | 36 |
| Octal | 37 | 156 | 363 | 127 | 67 | 0 | 5 | 332 | 132 | 66 |
| Binary | 11111 | 1101110 | 11110011 | 1010111 | 110111 | 0 | 101 | 11011010 | 1011010 | 110110 |
Color Harmonies of #1F6EF3
Complementary color
Monochromatic Colors of #1F6EF3
Black with #1F6EF3
Text Example
Text Example
White with #1F6EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6EF3; }
p { color: rgb(31,110,243); }
H1.HeaderClassName
{
color: #1F6EF3;
}
.AnyTagClassName
{
color: #1F6EF3;
}
</style>
background-color css
<style>
a { background-color: #1F6EF3; }
a { background-color: rgb(31,110,243); }
div.DivClassName
{
background-color: #1F6EF3;
}
.BgClassName
{
background-color: #1F6EF3;
}
</style>
border-color css
<style>
span { border-color: #1F6EF3; }
span { border-color: rgb(31,110,243); }
td.TdClassName
{
border-color: #1F6EF3;
}
.TagClassName
{
border-color: #1F6EF3;
}
</style>