Shades of Dodger Blue #1F95E3
Tints of Dodger Blue #1F95E3
RGB
CMYK
RGB Variations
Color information
#1F95E3 (or 0x1F95E3) is known color: Dodger Blue. HEX triplet: 1F, 95 and E3. RGB value is (31,149,227). Sum of RGB (Red+Green+Blue) = 31+149+227=407 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.62% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 227 (89.06% from 255 or 55.77% from 407); Max value from RGB is 227 - color contains mainly: blue. Hex color #1F95E3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F95E3 is #E06A1C. Grayscale: #7A7A7A. Windows color (decimal): -14707229 or 14914847. OLE color: 14914847.
HSL color Cylindrical-coordinate representation of color #1F95E3: hue angle of 203.88º 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 #1F95E3 is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 149 | 227 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.11 |
| HSL | 203.88º | 0.78% | 0.51% | - |
| HSV(B) | 203.88º | 0.86% | 0.89% | - |
| XYZ | 25.18 | 27.33 | 76.62 | - |
| YUV | 122.61 | 186.91 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 149 | 227 | 0.86 | 0.34 | 0 | 0.11 | 203.88 | 0.78 | 0.51 |
| Hex | 1F | 95 | E3 | 56 | 22 | 0 | B | CC | 4E | 33 |
| Octal | 37 | 225 | 343 | 126 | 42 | 0 | 13 | 314 | 116 | 63 |
| Binary | 11111 | 10010101 | 11100011 | 1010110 | 100010 | 0 | 1011 | 11001100 | 1001110 | 110011 |
Color Harmonies of #1F95E3
Complementary color
Monochromatic Colors of #1F95E3
Black with #1F95E3
Text Example
Text Example
White with #1F95E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F95E3; }
p { color: rgb(31,149,227); }
H1.HeaderClassName
{
color: #1F95E3;
}
.AnyTagClassName
{
color: #1F95E3;
}
</style>
background-color css
<style>
a { background-color: #1F95E3; }
a { background-color: rgb(31,149,227); }
div.DivClassName
{
background-color: #1F95E3;
}
.BgClassName
{
background-color: #1F95E3;
}
</style>
border-color css
<style>
span { border-color: #1F95E3; }
span { border-color: rgb(31,149,227); }
td.TdClassName
{
border-color: #1F95E3;
}
.TagClassName
{
border-color: #1F95E3;
}
</style>