Shades of Dodger Blue #1799FC
Tints of Dodger Blue #1799FC
RGB
CMYK
RGB Variations
Color information
#1799FC (or 0x1799FC) is known color: Dodger Blue. HEX triplet: 17, 99 and FC. RGB value is (23,153,252). Sum of RGB (Red+Green+Blue) = 23+153+252=428 (56% of max value = 765). Red value is 23 (9.38% from 255 or 5.37% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #1799FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1799FC is #E86603. Grayscale: #7C7C7C. Windows color (decimal): -15230468 or 16554263. OLE color: 16554263.
HSL color Cylindrical-coordinate representation of color #1799FC: hue angle of 205.94º 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 #1799FC is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 153 | 252 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.01 |
| HSL | 205.94º | 0.97% | 0.54% | - |
| HSV(B) | 205.94º | 0.91% | 0.99% | - |
| XYZ | 29.32 | 29.99 | 96.34 | - |
| YUV | 125.42 | 199.43 | 54.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 153 | 252 | 0.91 | 0.39 | 0 | 0.01 | 205.94 | 0.97 | 0.54 |
| Hex | 17 | 99 | FC | 5B | 27 | 0 | 1 | CE | 61 | 36 |
| Octal | 27 | 231 | 374 | 133 | 47 | 0 | 1 | 316 | 141 | 66 |
| Binary | 10111 | 10011001 | 11111100 | 1011011 | 100111 | 0 | 1 | 11001110 | 1100001 | 110110 |
Color Harmonies of #1799FC
Complementary color
Monochromatic Colors of #1799FC
Black with #1799FC
Text Example
Text Example
White with #1799FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1799FC; }
p { color: rgb(23,153,252); }
H1.HeaderClassName
{
color: #1799FC;
}
.AnyTagClassName
{
color: #1799FC;
}
</style>
background-color css
<style>
a { background-color: #1799FC; }
a { background-color: rgb(23,153,252); }
div.DivClassName
{
background-color: #1799FC;
}
.BgClassName
{
background-color: #1799FC;
}
</style>
border-color css
<style>
span { border-color: #1799FC; }
span { border-color: rgb(23,153,252); }
td.TdClassName
{
border-color: #1799FC;
}
.TagClassName
{
border-color: #1799FC;
}
</style>