Shades of Dodger Blue #1674FB
Tints of Dodger Blue #1674FB
RGB
CMYK
RGB Variations
Color information
#1674FB (or 0x1674FB) is known color: Dodger Blue. HEX triplet: 16, 74 and FB. RGB value is (22,116,251). Sum of RGB (Red+Green+Blue) = 22+116+251=389 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.66% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 251 (98.44% from 255 or 64.52% from 389); Max value from RGB is 251 - color contains mainly: blue. Hex color #1674FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1674FB is #E98B04. Grayscale: #666666. Windows color (decimal): -15305477 or 16479254. OLE color: 16479254.
HSL color Cylindrical-coordinate representation of color #1674FB: hue angle of 215.37º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1674FB is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 116 | 251 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.02 |
| HSL | 215.37º | 0.97% | 0.54% | - |
| HSV(B) | 215.37º | 0.91% | 0.98% | - |
| XYZ | 23.99 | 19.63 | 93.79 | - |
| YUV | 103.28 | 211.36 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 116 | 251 | 0.91 | 0.54 | 0 | 0.02 | 215.37 | 0.97 | 0.54 |
| Hex | 16 | 74 | FB | 5B | 36 | 0 | 2 | D7 | 61 | 36 |
| Octal | 26 | 164 | 373 | 133 | 66 | 0 | 2 | 327 | 141 | 66 |
| Binary | 10110 | 1110100 | 11111011 | 1011011 | 110110 | 0 | 10 | 11010111 | 1100001 | 110110 |
Color Harmonies of #1674FB
Complementary color
Monochromatic Colors of #1674FB
Black with #1674FB
Text Example
Text Example
White with #1674FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1674FB; }
p { color: rgb(22,116,251); }
H1.HeaderClassName
{
color: #1674FB;
}
.AnyTagClassName
{
color: #1674FB;
}
</style>
background-color css
<style>
a { background-color: #1674FB; }
a { background-color: rgb(22,116,251); }
div.DivClassName
{
background-color: #1674FB;
}
.BgClassName
{
background-color: #1674FB;
}
</style>
border-color css
<style>
span { border-color: #1674FB; }
span { border-color: rgb(22,116,251); }
td.TdClassName
{
border-color: #1674FB;
}
.TagClassName
{
border-color: #1674FB;
}
</style>