Shades of Dodger Blue #1793FC
Tints of Dodger Blue #1793FC
RGB
CMYK
RGB Variations
Color information
#1793FC (or 0x1793FC) is known color: Dodger Blue. HEX triplet: 17, 93 and FC. RGB value is (23,147,252). Sum of RGB (Red+Green+Blue) = 23+147+252=422 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.45% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 252 (98.83% from 255 or 59.72% from 422); Max value from RGB is 252 - color contains mainly: blue. Hex color #1793FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1793FC is #E86C03. Grayscale: #797979. Windows color (decimal): -15232004 or 16552727. OLE color: 16552727.
HSL color Cylindrical-coordinate representation of color #1793FC: hue angle of 207.51º 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 #1793FC is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 147 | 252 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.01 |
| HSL | 207.51º | 0.97% | 0.54% | - |
| HSV(B) | 207.51º | 0.91% | 0.99% | - |
| XYZ | 28.36 | 28.08 | 96.02 | - |
| YUV | 121.89 | 201.42 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 147 | 252 | 0.91 | 0.42 | 0 | 0.01 | 207.51 | 0.97 | 0.54 |
| Hex | 17 | 93 | FC | 5B | 2A | 0 | 1 | D0 | 61 | 36 |
| Octal | 27 | 223 | 374 | 133 | 52 | 0 | 1 | 320 | 141 | 66 |
| Binary | 10111 | 10010011 | 11111100 | 1011011 | 101010 | 0 | 1 | 11010000 | 1100001 | 110110 |
Color Harmonies of #1793FC
Complementary color
Monochromatic Colors of #1793FC
Black with #1793FC
Text Example
Text Example
White with #1793FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1793FC; }
p { color: rgb(23,147,252); }
H1.HeaderClassName
{
color: #1793FC;
}
.AnyTagClassName
{
color: #1793FC;
}
</style>
background-color css
<style>
a { background-color: #1793FC; }
a { background-color: rgb(23,147,252); }
div.DivClassName
{
background-color: #1793FC;
}
.BgClassName
{
background-color: #1793FC;
}
</style>
border-color css
<style>
span { border-color: #1793FC; }
span { border-color: rgb(23,147,252); }
td.TdClassName
{
border-color: #1793FC;
}
.TagClassName
{
border-color: #1793FC;
}
</style>