Shades of Dodger Blue #1F66FF
Tints of Dodger Blue #1F66FF
RGB
CMYK
RGB Variations
Color information
#1F66FF (or 0x1F66FF) is known color: Dodger Blue. HEX triplet: 1F, 66 and FF. RGB value is (31,102,255). Sum of RGB (Red+Green+Blue) = 31+102+255=388 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.99% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F66FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F66FF is #E09900. Grayscale: #616161. Windows color (decimal): -14719233 or 16737823. OLE color: 16737823.
HSL color Cylindrical-coordinate representation of color #1F66FF: hue angle of 220.98º 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 #1F66FF is Cyan = 0.88, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 102 | 255 | - |
| CMYK | 0.88 | 0.6 | 0 | 0 |
| HSL | 220.98º | 1% | 0.56% | - |
| HSV(B) | 220.98º | 0.88% | 1% | - |
| XYZ | 23.37 | 17.01 | 96.66 | - |
| YUV | 98.21 | 216.48 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 255 | 0.88 | 0.6 | 0 | 0 | 220.98 | 1 | 0.56 |
| Hex | 1F | 66 | FF | 58 | 3C | 0 | 0 | DD | 64 | 38 |
| Octal | 37 | 146 | 377 | 130 | 74 | 0 | 0 | 335 | 144 | 70 |
| Binary | 11111 | 1100110 | 11111111 | 1011000 | 111100 | 0 | 0 | 11011101 | 1100100 | 111000 |
Color Harmonies of #1F66FF
Complementary color
Monochromatic Colors of #1F66FF
Black with #1F66FF
Text Example
Text Example
White with #1F66FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F66FF; }
p { color: rgb(31,102,255); }
H1.HeaderClassName
{
color: #1F66FF;
}
.AnyTagClassName
{
color: #1F66FF;
}
</style>
background-color css
<style>
a { background-color: #1F66FF; }
a { background-color: rgb(31,102,255); }
div.DivClassName
{
background-color: #1F66FF;
}
.BgClassName
{
background-color: #1F66FF;
}
</style>
border-color css
<style>
span { border-color: #1F66FF; }
span { border-color: rgb(31,102,255); }
td.TdClassName
{
border-color: #1F66FF;
}
.TagClassName
{
border-color: #1F66FF;
}
</style>