Shades of Dodger Blue #1F66FE
Tints of Dodger Blue #1F66FE
RGB
CMYK
RGB Variations
Color information
#1F66FE (or 0x1F66FE) is known color: Dodger Blue. HEX triplet: 1F, 66 and FE. RGB value is (31,102,254). Sum of RGB (Red+Green+Blue) = 31+102+254=387 (51% of max value = 765). Red value is 31 (12.5% from 255 or 8.01% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F66FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F66FE is #E09901. Grayscale: #616161. Windows color (decimal): -14719234 or 16672287. OLE color: 16672287.
HSL color Cylindrical-coordinate representation of color #1F66FE: hue angle of 220.9º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F66FE is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 102 | 254 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.00 |
| HSL | 220.9º | 0.99% | 0.56% | - |
| HSV(B) | 220.9º | 0.88% | 1% | - |
| XYZ | 23.21 | 16.95 | 95.81 | - |
| YUV | 98.1 | 215.98 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 254 | 0.88 | 0.60 | 0 | 0.00 | 220.9 | 0.99 | 0.56 |
| Hex | 1F | 66 | FE | 58 | 3C | 0 | 0 | DD | 63 | 38 |
| Octal | 37 | 146 | 376 | 130 | 74 | 0 | 0 | 335 | 143 | 70 |
| Binary | 11111 | 1100110 | 11111110 | 1011000 | 111100 | 0 | 0 | 11011101 | 1100011 | 111000 |
Color Harmonies of #1F66FE
Complementary color
Monochromatic Colors of #1F66FE
Black with #1F66FE
Text Example
Text Example
White with #1F66FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F66FE; }
p { color: rgb(31,102,254); }
H1.HeaderClassName
{
color: #1F66FE;
}
.AnyTagClassName
{
color: #1F66FE;
}
</style>
background-color css
<style>
a { background-color: #1F66FE; }
a { background-color: rgb(31,102,254); }
div.DivClassName
{
background-color: #1F66FE;
}
.BgClassName
{
background-color: #1F66FE;
}
</style>
border-color css
<style>
span { border-color: #1F66FE; }
span { border-color: rgb(31,102,254); }
td.TdClassName
{
border-color: #1F66FE;
}
.TagClassName
{
border-color: #1F66FE;
}
</style>