Shades of Dodger Blue #1F92DB
Tints of Dodger Blue #1F92DB
RGB
CMYK
RGB Variations
Color information
#1F92DB (or 0x1F92DB) is known color: Dodger Blue. HEX triplet: 1F, 92 and DB. RGB value is (31,146,219). Sum of RGB (Red+Green+Blue) = 31+146+219=396 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.83% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F92DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F92DB is #E06D24. Grayscale: #777777. Windows color (decimal): -14708005 or 14389791. OLE color: 14389791.
HSL color Cylindrical-coordinate representation of color #1F92DB: hue angle of 203.3º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F92DB is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 146 | 219 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.14 |
| HSL | 203.3º | 0.75% | 0.49% | - |
| HSV(B) | 203.3º | 0.86% | 0.86% | - |
| XYZ | 23.63 | 25.96 | 70.78 | - |
| YUV | 119.94 | 183.9 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 146 | 219 | 0.86 | 0.33 | 0 | 0.14 | 203.3 | 0.75 | 0.49 |
| Hex | 1F | 92 | DB | 56 | 21 | 0 | E | CB | 4B | 31 |
| Octal | 37 | 222 | 333 | 126 | 41 | 0 | 16 | 313 | 113 | 61 |
| Binary | 11111 | 10010010 | 11011011 | 1010110 | 100001 | 0 | 1110 | 11001011 | 1001011 | 110001 |
Color Harmonies of #1F92DB
Complementary color
Monochromatic Colors of #1F92DB
Black with #1F92DB
Text Example
Text Example
White with #1F92DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F92DB; }
p { color: rgb(31,146,219); }
H1.HeaderClassName
{
color: #1F92DB;
}
.AnyTagClassName
{
color: #1F92DB;
}
</style>
background-color css
<style>
a { background-color: #1F92DB; }
a { background-color: rgb(31,146,219); }
div.DivClassName
{
background-color: #1F92DB;
}
.BgClassName
{
background-color: #1F92DB;
}
</style>
border-color css
<style>
span { border-color: #1F92DB; }
span { border-color: rgb(31,146,219); }
td.TdClassName
{
border-color: #1F92DB;
}
.TagClassName
{
border-color: #1F92DB;
}
</style>