Shades of Dodger Blue #1798FC
Tints of Dodger Blue #1798FC
RGB
CMYK
RGB Variations
Color information
#1798FC (or 0x1798FC) is known color: Dodger Blue. HEX triplet: 17, 98 and FC. RGB value is (23,152,252). Sum of RGB (Red+Green+Blue) = 23+152+252=427 (56% of max value = 765). Red value is 23 (9.38% from 255 or 5.39% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #1798FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1798FC is #E86703. Grayscale: #7C7C7C. Windows color (decimal): -15230724 or 16554007. OLE color: 16554007.
HSL color Cylindrical-coordinate representation of color #1798FC: hue angle of 206.2º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1798FC is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 152 | 252 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.01 |
| HSL | 206.2º | 0.97% | 0.54% | - |
| HSV(B) | 206.2º | 0.91% | 0.99% | - |
| XYZ | 29.15 | 29.67 | 96.29 | - |
| YUV | 124.83 | 199.76 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 152 | 252 | 0.91 | 0.40 | 0 | 0.01 | 206.2 | 0.97 | 0.54 |
| Hex | 17 | 98 | FC | 5B | 28 | 0 | 1 | CE | 61 | 36 |
| Octal | 27 | 230 | 374 | 133 | 50 | 0 | 1 | 316 | 141 | 66 |
| Binary | 10111 | 10011000 | 11111100 | 1011011 | 101000 | 0 | 1 | 11001110 | 1100001 | 110110 |
Color Harmonies of #1798FC
Complementary color
Monochromatic Colors of #1798FC
Black with #1798FC
Text Example
Text Example
White with #1798FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1798FC; }
p { color: rgb(23,152,252); }
H1.HeaderClassName
{
color: #1798FC;
}
.AnyTagClassName
{
color: #1798FC;
}
</style>
background-color css
<style>
a { background-color: #1798FC; }
a { background-color: rgb(23,152,252); }
div.DivClassName
{
background-color: #1798FC;
}
.BgClassName
{
background-color: #1798FC;
}
</style>
border-color css
<style>
span { border-color: #1798FC; }
span { border-color: rgb(23,152,252); }
td.TdClassName
{
border-color: #1798FC;
}
.TagClassName
{
border-color: #1798FC;
}
</style>