Shades of Dodger Blue #1F89E3
Tints of Dodger Blue #1F89E3
RGB
CMYK
RGB Variations
Color information
#1F89E3 (or 0x1F89E3) is known color: Dodger Blue. HEX triplet: 1F, 89 and E3. RGB value is (31,137,227). Sum of RGB (Red+Green+Blue) = 31+137+227=395 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.85% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 227 (89.06% from 255 or 57.47% from 395); Max value from RGB is 227 - color contains mainly: blue. Hex color #1F89E3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F89E3 is #E0761C. Grayscale: #737373. Windows color (decimal): -14710301 or 14911775. OLE color: 14911775.
HSL color Cylindrical-coordinate representation of color #1F89E3: hue angle of 207.55º 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 #1F89E3 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 137 | 227 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.11 |
| HSL | 207.55º | 0.78% | 0.51% | - |
| HSV(B) | 207.55º | 0.86% | 0.89% | - |
| XYZ | 23.38 | 23.73 | 76.02 | - |
| YUV | 115.57 | 190.88 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 137 | 227 | 0.86 | 0.40 | 0 | 0.11 | 207.55 | 0.78 | 0.51 |
| Hex | 1F | 89 | E3 | 56 | 28 | 0 | B | D0 | 4E | 33 |
| Octal | 37 | 211 | 343 | 126 | 50 | 0 | 13 | 320 | 116 | 63 |
| Binary | 11111 | 10001001 | 11100011 | 1010110 | 101000 | 0 | 1011 | 11010000 | 1001110 | 110011 |
Color Harmonies of #1F89E3
Complementary color
Monochromatic Colors of #1F89E3
Black with #1F89E3
Text Example
Text Example
White with #1F89E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F89E3; }
p { color: rgb(31,137,227); }
H1.HeaderClassName
{
color: #1F89E3;
}
.AnyTagClassName
{
color: #1F89E3;
}
</style>
background-color css
<style>
a { background-color: #1F89E3; }
a { background-color: rgb(31,137,227); }
div.DivClassName
{
background-color: #1F89E3;
}
.BgClassName
{
background-color: #1F89E3;
}
</style>
border-color css
<style>
span { border-color: #1F89E3; }
span { border-color: rgb(31,137,227); }
td.TdClassName
{
border-color: #1F89E3;
}
.TagClassName
{
border-color: #1F89E3;
}
</style>