Shades of Dodger Blue #1F90FF
Tints of Dodger Blue #1F90FF
RGB
CMYK
RGB Variations
Color information
#1F90FF (or 0x1F90FF) is known color: Dodger Blue. HEX triplet: 1F, 90 and FF. RGB value is (31,144,255). Sum of RGB (Red+Green+Blue) = 31+144+255=430 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.21% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F90FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F90FF is #E06F00. Grayscale: #7A7A7A. Windows color (decimal): -14708481 or 16748575. OLE color: 16748575.
HSL color Cylindrical-coordinate representation of color #1F90FF: hue angle of 209.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F90FF is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 144 | 255 | - |
| CMYK | 0.88 | 0.44 | 0 | 0 |
| HSL | 209.73º | 1% | 0.56% | - |
| HSV(B) | 209.73º | 0.88% | 1% | - |
| XYZ | 28.59 | 27.46 | 98.4 | - |
| YUV | 122.87 | 202.56 | 62.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 144 | 255 | 0.88 | 0.44 | 0 | 0 | 209.73 | 1 | 0.56 |
| Hex | 1F | 90 | FF | 58 | 2C | 0 | 0 | D2 | 64 | 38 |
| Octal | 37 | 220 | 377 | 130 | 54 | 0 | 0 | 322 | 144 | 70 |
| Binary | 11111 | 10010000 | 11111111 | 1011000 | 101100 | 0 | 0 | 11010010 | 1100100 | 111000 |
Color Harmonies of #1F90FF
Complementary color
Monochromatic Colors of #1F90FF
Black with #1F90FF
Text Example
Text Example
White with #1F90FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F90FF; }
p { color: rgb(31,144,255); }
H1.HeaderClassName
{
color: #1F90FF;
}
.AnyTagClassName
{
color: #1F90FF;
}
</style>
background-color css
<style>
a { background-color: #1F90FF; }
a { background-color: rgb(31,144,255); }
div.DivClassName
{
background-color: #1F90FF;
}
.BgClassName
{
background-color: #1F90FF;
}
</style>
border-color css
<style>
span { border-color: #1F90FF; }
span { border-color: rgb(31,144,255); }
td.TdClassName
{
border-color: #1F90FF;
}
.TagClassName
{
border-color: #1F90FF;
}
</style>