Shades of Dodger Blue #1F73FA
Tints of Dodger Blue #1F73FA
RGB
CMYK
RGB Variations
Color information
#1F73FA (or 0x1F73FA) is known color: Dodger Blue. HEX triplet: 1F, 73 and FA. RGB value is (31,115,250). Sum of RGB (Red+Green+Blue) = 31+115+250=396 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.83% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #1F73FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F73FA is #E08C05. Grayscale: #686868. Windows color (decimal): -14715910 or 16413471. OLE color: 16413471.
HSL color Cylindrical-coordinate representation of color #1F73FA: hue angle of 216.99º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F73FA is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 115 | 250 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.02 |
| HSL | 216.99º | 0.96% | 0.55% | - |
| HSV(B) | 216.99º | 0.88% | 0.98% | - |
| XYZ | 23.95 | 19.45 | 92.94 | - |
| YUV | 105.27 | 209.67 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 115 | 250 | 0.88 | 0.54 | 0 | 0.02 | 216.99 | 0.96 | 0.55 |
| Hex | 1F | 73 | FA | 58 | 36 | 0 | 2 | D9 | 60 | 37 |
| Octal | 37 | 163 | 372 | 130 | 66 | 0 | 2 | 331 | 140 | 67 |
| Binary | 11111 | 1110011 | 11111010 | 1011000 | 110110 | 0 | 10 | 11011001 | 1100000 | 110111 |
Color Harmonies of #1F73FA
Complementary color
Monochromatic Colors of #1F73FA
Black with #1F73FA
Text Example
Text Example
White with #1F73FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F73FA; }
p { color: rgb(31,115,250); }
H1.HeaderClassName
{
color: #1F73FA;
}
.AnyTagClassName
{
color: #1F73FA;
}
</style>
background-color css
<style>
a { background-color: #1F73FA; }
a { background-color: rgb(31,115,250); }
div.DivClassName
{
background-color: #1F73FA;
}
.BgClassName
{
background-color: #1F73FA;
}
</style>
border-color css
<style>
span { border-color: #1F73FA; }
span { border-color: rgb(31,115,250); }
td.TdClassName
{
border-color: #1F73FA;
}
.TagClassName
{
border-color: #1F73FA;
}
</style>