Shades of Dodger Blue #1674FA
Tints of Dodger Blue #1674FA
RGB
CMYK
RGB Variations
Color information
#1674FA (or 0x1674FA) is known color: Dodger Blue. HEX triplet: 16, 74 and FA. RGB value is (22,116,250). Sum of RGB (Red+Green+Blue) = 22+116+250=388 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.67% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 250 (98.05% from 255 or 64.43% from 388); Max value from RGB is 250 - color contains mainly: blue. Hex color #1674FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1674FA is #E98B05. Grayscale: #666666. Windows color (decimal): -15305478 or 16413718. OLE color: 16413718.
HSL color Cylindrical-coordinate representation of color #1674FA: hue angle of 215.26º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1674FA is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 116 | 250 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.02 |
| HSL | 215.26º | 0.96% | 0.53% | - |
| HSV(B) | 215.26º | 0.91% | 0.98% | - |
| XYZ | 23.83 | 19.56 | 92.96 | - |
| YUV | 103.17 | 210.86 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 116 | 250 | 0.91 | 0.54 | 0 | 0.02 | 215.26 | 0.96 | 0.53 |
| Hex | 16 | 74 | FA | 5B | 36 | 0 | 2 | D7 | 60 | 35 |
| Octal | 26 | 164 | 372 | 133 | 66 | 0 | 2 | 327 | 140 | 65 |
| Binary | 10110 | 1110100 | 11111010 | 1011011 | 110110 | 0 | 10 | 11010111 | 1100000 | 110101 |
Color Harmonies of #1674FA
Complementary color
Monochromatic Colors of #1674FA
Black with #1674FA
Text Example
Text Example
White with #1674FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1674FA; }
p { color: rgb(22,116,250); }
H1.HeaderClassName
{
color: #1674FA;
}
.AnyTagClassName
{
color: #1674FA;
}
</style>
background-color css
<style>
a { background-color: #1674FA; }
a { background-color: rgb(22,116,250); }
div.DivClassName
{
background-color: #1674FA;
}
.BgClassName
{
background-color: #1674FA;
}
</style>
border-color css
<style>
span { border-color: #1674FA; }
span { border-color: rgb(22,116,250); }
td.TdClassName
{
border-color: #1674FA;
}
.TagClassName
{
border-color: #1674FA;
}
</style>