Shades of Dodger Blue #1F67FE
Tints of Dodger Blue #1F67FE
RGB
CMYK
RGB Variations
Color information
#1F67FE (or 0x1F67FE) is known color: Dodger Blue. HEX triplet: 1F, 67 and FE. RGB value is (31,103,254). Sum of RGB (Red+Green+Blue) = 31+103+254=388 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.99% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F67FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F67FE is #E09801. Grayscale: #626262. Windows color (decimal): -14718978 or 16672543. OLE color: 16672543.
HSL color Cylindrical-coordinate representation of color #1F67FE: hue angle of 220.63º 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 #1F67FE is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 103 | 254 | - |
| CMYK | 0.88 | 0.59 | 0 | 0.00 |
| HSL | 220.63º | 0.99% | 0.56% | - |
| HSV(B) | 220.63º | 0.88% | 1% | - |
| XYZ | 23.3 | 17.15 | 95.85 | - |
| YUV | 98.69 | 215.65 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 103 | 254 | 0.88 | 0.59 | 0 | 0.00 | 220.63 | 0.99 | 0.56 |
| Hex | 1F | 67 | FE | 58 | 3B | 0 | 0 | DD | 63 | 38 |
| Octal | 37 | 147 | 376 | 130 | 73 | 0 | 0 | 335 | 143 | 70 |
| Binary | 11111 | 1100111 | 11111110 | 1011000 | 111011 | 0 | 0 | 11011101 | 1100011 | 111000 |
Color Harmonies of #1F67FE
Complementary color
Monochromatic Colors of #1F67FE
Black with #1F67FE
Text Example
Text Example
White with #1F67FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F67FE; }
p { color: rgb(31,103,254); }
H1.HeaderClassName
{
color: #1F67FE;
}
.AnyTagClassName
{
color: #1F67FE;
}
</style>
background-color css
<style>
a { background-color: #1F67FE; }
a { background-color: rgb(31,103,254); }
div.DivClassName
{
background-color: #1F67FE;
}
.BgClassName
{
background-color: #1F67FE;
}
</style>
border-color css
<style>
span { border-color: #1F67FE; }
span { border-color: rgb(31,103,254); }
td.TdClassName
{
border-color: #1F67FE;
}
.TagClassName
{
border-color: #1F67FE;
}
</style>