Shades of Dodger Blue #1795FC
Tints of Dodger Blue #1795FC
RGB
CMYK
RGB Variations
Color information
#1795FC (or 0x1795FC) is known color: Dodger Blue. HEX triplet: 17, 95 and FC. RGB value is (23,149,252). Sum of RGB (Red+Green+Blue) = 23+149+252=424 (56% of max value = 765). Red value is 23 (9.38% from 255 or 5.42% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #1795FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1795FC is #E86A03. Grayscale: #7A7A7A. Windows color (decimal): -15231492 or 16553239. OLE color: 16553239.
HSL color Cylindrical-coordinate representation of color #1795FC: hue angle of 206.99º 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 #1795FC is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 149 | 252 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.01 |
| HSL | 206.99º | 0.97% | 0.54% | - |
| HSV(B) | 206.99º | 0.91% | 0.99% | - |
| XYZ | 28.67 | 28.71 | 96.12 | - |
| YUV | 123.07 | 200.76 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 149 | 252 | 0.91 | 0.41 | 0 | 0.01 | 206.99 | 0.97 | 0.54 |
| Hex | 17 | 95 | FC | 5B | 29 | 0 | 1 | CF | 61 | 36 |
| Octal | 27 | 225 | 374 | 133 | 51 | 0 | 1 | 317 | 141 | 66 |
| Binary | 10111 | 10010101 | 11111100 | 1011011 | 101001 | 0 | 1 | 11001111 | 1100001 | 110110 |
Color Harmonies of #1795FC
Complementary color
Monochromatic Colors of #1795FC
Black with #1795FC
Text Example
Text Example
White with #1795FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1795FC; }
p { color: rgb(23,149,252); }
H1.HeaderClassName
{
color: #1795FC;
}
.AnyTagClassName
{
color: #1795FC;
}
</style>
background-color css
<style>
a { background-color: #1795FC; }
a { background-color: rgb(23,149,252); }
div.DivClassName
{
background-color: #1795FC;
}
.BgClassName
{
background-color: #1795FC;
}
</style>
border-color css
<style>
span { border-color: #1795FC; }
span { border-color: rgb(23,149,252); }
td.TdClassName
{
border-color: #1795FC;
}
.TagClassName
{
border-color: #1795FC;
}
</style>