Shades of Dodger Blue #1F9EEB
Tints of Dodger Blue #1F9EEB
RGB
CMYK
RGB Variations
Color information
#1F9EEB (or 0x1F9EEB) is known color: Dodger Blue. HEX triplet: 1F, 9E and EB. RGB value is (31,158,235). Sum of RGB (Red+Green+Blue) = 31+158+235=424 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.31% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #1F9EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F9EEB is #E06114. Grayscale: #808080. Windows color (decimal): -14704917 or 15441439. OLE color: 15441439.
HSL color Cylindrical-coordinate representation of color #1F9EEB: hue angle of 202.65º degrees, saturation: 0.84, 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 #1F9EEB is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 158 | 235 | - |
| CMYK | 0.87 | 0.33 | 0 | 0.08 |
| HSL | 202.65º | 0.84% | 0.52% | - |
| HSV(B) | 202.65º | 0.87% | 0.92% | - |
| XYZ | 27.79 | 30.74 | 83.07 | - |
| YUV | 128.81 | 187.92 | 58.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 158 | 235 | 0.87 | 0.33 | 0 | 0.08 | 202.65 | 0.84 | 0.52 |
| Hex | 1F | 9E | EB | 57 | 21 | 0 | 8 | CB | 54 | 34 |
| Octal | 37 | 236 | 353 | 127 | 41 | 0 | 10 | 313 | 124 | 64 |
| Binary | 11111 | 10011110 | 11101011 | 1010111 | 100001 | 0 | 1000 | 11001011 | 1010100 | 110100 |
Color Harmonies of #1F9EEB
Complementary color
Monochromatic Colors of #1F9EEB
Black with #1F9EEB
Text Example
Text Example
White with #1F9EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9EEB; }
p { color: rgb(31,158,235); }
H1.HeaderClassName
{
color: #1F9EEB;
}
.AnyTagClassName
{
color: #1F9EEB;
}
</style>
background-color css
<style>
a { background-color: #1F9EEB; }
a { background-color: rgb(31,158,235); }
div.DivClassName
{
background-color: #1F9EEB;
}
.BgClassName
{
background-color: #1F9EEB;
}
</style>
border-color css
<style>
span { border-color: #1F9EEB; }
span { border-color: rgb(31,158,235); }
td.TdClassName
{
border-color: #1F9EEB;
}
.TagClassName
{
border-color: #1F9EEB;
}
</style>