Shades of Dodger Blue #1672FA
Tints of Dodger Blue #1672FA
RGB
CMYK
RGB Variations
Color information
#1672FA (or 0x1672FA) is known color: Dodger Blue. HEX triplet: 16, 72 and FA. RGB value is (22,114,250). Sum of RGB (Red+Green+Blue) = 22+114+250=386 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.70% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #1672FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1672FA is #E98D05. Grayscale: #656565. Windows color (decimal): -15305990 or 16413206. OLE color: 16413206.
HSL color Cylindrical-coordinate representation of color #1672FA: hue angle of 215.79º 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 #1672FA is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 114 | 250 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.02 |
| HSL | 215.79º | 0.96% | 0.53% | - |
| HSV(B) | 215.79º | 0.91% | 0.98% | - |
| XYZ | 23.6 | 19.11 | 92.89 | - |
| YUV | 102 | 211.52 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 114 | 250 | 0.91 | 0.54 | 0 | 0.02 | 215.79 | 0.96 | 0.53 |
| Hex | 16 | 72 | FA | 5B | 36 | 0 | 2 | D8 | 60 | 35 |
| Octal | 26 | 162 | 372 | 133 | 66 | 0 | 2 | 330 | 140 | 65 |
| Binary | 10110 | 1110010 | 11111010 | 1011011 | 110110 | 0 | 10 | 11011000 | 1100000 | 110101 |
Color Harmonies of #1672FA
Complementary color
Monochromatic Colors of #1672FA
Black with #1672FA
Text Example
Text Example
White with #1672FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1672FA; }
p { color: rgb(22,114,250); }
H1.HeaderClassName
{
color: #1672FA;
}
.AnyTagClassName
{
color: #1672FA;
}
</style>
background-color css
<style>
a { background-color: #1672FA; }
a { background-color: rgb(22,114,250); }
div.DivClassName
{
background-color: #1672FA;
}
.BgClassName
{
background-color: #1672FA;
}
</style>
border-color css
<style>
span { border-color: #1672FA; }
span { border-color: rgb(22,114,250); }
td.TdClassName
{
border-color: #1672FA;
}
.TagClassName
{
border-color: #1672FA;
}
</style>