Shades of Dodger Blue #1790FB
Tints of Dodger Blue #1790FB
RGB
CMYK
RGB Variations
Color information
#1790FB (or 0x1790FB) is known color: Dodger Blue. HEX triplet: 17, 90 and FB. RGB value is (23,144,251). Sum of RGB (Red+Green+Blue) = 23+144+251=418 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.50% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #1790FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1790FB is #E86F04. Grayscale: #777777. Windows color (decimal): -15232773 or 16486423. OLE color: 16486423.
HSL color Cylindrical-coordinate representation of color #1790FB: hue angle of 208.16º 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 #1790FB is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 144 | 251 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.02 |
| HSL | 208.16º | 0.97% | 0.54% | - |
| HSV(B) | 208.16º | 0.91% | 0.98% | - |
| XYZ | 27.74 | 27.09 | 95.03 | - |
| YUV | 120.02 | 201.91 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 144 | 251 | 0.91 | 0.43 | 0 | 0.02 | 208.16 | 0.97 | 0.54 |
| Hex | 17 | 90 | FB | 5B | 2B | 0 | 2 | D0 | 61 | 36 |
| Octal | 27 | 220 | 373 | 133 | 53 | 0 | 2 | 320 | 141 | 66 |
| Binary | 10111 | 10010000 | 11111011 | 1011011 | 101011 | 0 | 10 | 11010000 | 1100001 | 110110 |
Color Harmonies of #1790FB
Complementary color
Monochromatic Colors of #1790FB
Black with #1790FB
Text Example
Text Example
White with #1790FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1790FB; }
p { color: rgb(23,144,251); }
H1.HeaderClassName
{
color: #1790FB;
}
.AnyTagClassName
{
color: #1790FB;
}
</style>
background-color css
<style>
a { background-color: #1790FB; }
a { background-color: rgb(23,144,251); }
div.DivClassName
{
background-color: #1790FB;
}
.BgClassName
{
background-color: #1790FB;
}
</style>
border-color css
<style>
span { border-color: #1790FB; }
span { border-color: rgb(23,144,251); }
td.TdClassName
{
border-color: #1790FB;
}
.TagClassName
{
border-color: #1790FB;
}
</style>