Shades of Dodger Blue #1672F7
Tints of Dodger Blue #1672F7
RGB
CMYK
RGB Variations
Color information
#1672F7 (or 0x1672F7) is known color: Dodger Blue. HEX triplet: 16, 72 and F7. RGB value is (22,114,247). Sum of RGB (Red+Green+Blue) = 22+114+247=383 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.74% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 247 (96.88% from 255 or 64.49% from 383); Max value from RGB is 247 - color contains mainly: blue. Hex color #1672F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1672F7 is #E98D08. Grayscale: #656565. Windows color (decimal): -15305993 or 16216598. OLE color: 16216598.
HSL color Cylindrical-coordinate representation of color #1672F7: hue angle of 215.47º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1672F7 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 22 | 114 | 247 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.03 |
| HSL | 215.47º | 0.93% | 0.53% | - |
| HSV(B) | 215.47º | 0.91% | 0.97% | - |
| XYZ | 23.14 | 18.92 | 90.43 | - |
| YUV | 101.65 | 210.02 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 114 | 247 | 0.91 | 0.54 | 0 | 0.03 | 215.47 | 0.93 | 0.53 |
| Hex | 16 | 72 | F7 | 5B | 36 | 0 | 3 | D7 | 5D | 35 |
| Octal | 26 | 162 | 367 | 133 | 66 | 0 | 3 | 327 | 135 | 65 |
| Binary | 10110 | 1110010 | 11110111 | 1011011 | 110110 | 0 | 11 | 11010111 | 1011101 | 110101 |
Color Harmonies of #1672F7
Complementary color
Monochromatic Colors of #1672F7
Black with #1672F7
Text Example
Text Example
White with #1672F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1672F7; }
p { color: rgb(22,114,247); }
H1.HeaderClassName
{
color: #1672F7;
}
.AnyTagClassName
{
color: #1672F7;
}
</style>
background-color css
<style>
a { background-color: #1672F7; }
a { background-color: rgb(22,114,247); }
div.DivClassName
{
background-color: #1672F7;
}
.BgClassName
{
background-color: #1672F7;
}
</style>
border-color css
<style>
span { border-color: #1672F7; }
span { border-color: rgb(22,114,247); }
td.TdClassName
{
border-color: #1672F7;
}
.TagClassName
{
border-color: #1672F7;
}
</style>