Shades of Dodger Blue #1F93FF
Tints of Dodger Blue #1F93FF
RGB
CMYK
RGB Variations
Color information
#1F93FF (or 0x1F93FF) is known color: Dodger Blue. HEX triplet: 1F, 93 and FF. RGB value is (31,147,255). Sum of RGB (Red+Green+Blue) = 31+147+255=433 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.16% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F93FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F93FF is #E06C00. Grayscale: #7C7C7C. Windows color (decimal): -14707713 or 16749343. OLE color: 16749343.
HSL color Cylindrical-coordinate representation of color #1F93FF: hue angle of 208.93º 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 #1F93FF is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 147 | 255 | - |
| CMYK | 0.88 | 0.42 | 0 | 0 |
| HSL | 208.93º | 1% | 0.56% | - |
| HSV(B) | 208.93º | 0.88% | 1% | - |
| XYZ | 29.05 | 28.38 | 98.55 | - |
| YUV | 124.63 | 201.57 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 147 | 255 | 0.88 | 0.42 | 0 | 0 | 208.93 | 1 | 0.56 |
| Hex | 1F | 93 | FF | 58 | 2A | 0 | 0 | D1 | 64 | 38 |
| Octal | 37 | 223 | 377 | 130 | 52 | 0 | 0 | 321 | 144 | 70 |
| Binary | 11111 | 10010011 | 11111111 | 1011000 | 101010 | 0 | 0 | 11010001 | 1100100 | 111000 |
Color Harmonies of #1F93FF
Complementary color
Monochromatic Colors of #1F93FF
Black with #1F93FF
Text Example
Text Example
White with #1F93FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F93FF; }
p { color: rgb(31,147,255); }
H1.HeaderClassName
{
color: #1F93FF;
}
.AnyTagClassName
{
color: #1F93FF;
}
</style>
background-color css
<style>
a { background-color: #1F93FF; }
a { background-color: rgb(31,147,255); }
div.DivClassName
{
background-color: #1F93FF;
}
.BgClassName
{
background-color: #1F93FF;
}
</style>
border-color css
<style>
span { border-color: #1F93FF; }
span { border-color: rgb(31,147,255); }
td.TdClassName
{
border-color: #1F93FF;
}
.TagClassName
{
border-color: #1F93FF;
}
</style>