Shades of Dodger Blue #1597FC
Tints of Dodger Blue #1597FC
RGB
CMYK
RGB Variations
Color information
#1597FC (or 0x1597FC) is known color: Dodger Blue. HEX triplet: 15, 97 and FC. RGB value is (21,151,252). Sum of RGB (Red+Green+Blue) = 21+151+252=424 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.95% from 424); Green value is 151 (59.38% from 255 or 35.61% 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 #1597FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1597FC is #EA6803. Grayscale: #7B7B7B. Windows color (decimal): -15362052 or 16553749. OLE color: 16553749.
HSL color Cylindrical-coordinate representation of color #1597FC: hue angle of 206.23º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1597FC is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 151 | 252 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.01 |
| HSL | 206.23º | 0.97% | 0.54% | - |
| HSV(B) | 206.23º | 0.92% | 0.99% | - |
| XYZ | 28.95 | 29.32 | 96.23 | - |
| YUV | 123.64 | 200.43 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 151 | 252 | 0.92 | 0.40 | 0 | 0.01 | 206.23 | 0.97 | 0.54 |
| Hex | 15 | 97 | FC | 5C | 28 | 0 | 1 | CE | 61 | 36 |
| Octal | 25 | 227 | 374 | 134 | 50 | 0 | 1 | 316 | 141 | 66 |
| Binary | 10101 | 10010111 | 11111100 | 1011100 | 101000 | 0 | 1 | 11001110 | 1100001 | 110110 |
Color Harmonies of #1597FC
Complementary color
Monochromatic Colors of #1597FC
Black with #1597FC
Text Example
Text Example
White with #1597FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1597FC; }
p { color: rgb(21,151,252); }
H1.HeaderClassName
{
color: #1597FC;
}
.AnyTagClassName
{
color: #1597FC;
}
</style>
background-color css
<style>
a { background-color: #1597FC; }
a { background-color: rgb(21,151,252); }
div.DivClassName
{
background-color: #1597FC;
}
.BgClassName
{
background-color: #1597FC;
}
</style>
border-color css
<style>
span { border-color: #1597FC; }
span { border-color: rgb(21,151,252); }
td.TdClassName
{
border-color: #1597FC;
}
.TagClassName
{
border-color: #1597FC;
}
</style>