Shades of Dodger Blue #1598FB
Tints of Dodger Blue #1598FB
RGB
CMYK
RGB Variations
Color information
#1598FB (or 0x1598FB) is known color: Dodger Blue. HEX triplet: 15, 98 and FB. RGB value is (21,152,251). Sum of RGB (Red+Green+Blue) = 21+152+251=424 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.95% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #1598FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1598FB is #EA6704. Grayscale: #7B7B7B. Windows color (decimal): -15361797 or 16488469. OLE color: 16488469.
HSL color Cylindrical-coordinate representation of color #1598FB: hue angle of 205.83º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1598FB is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 152 | 251 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.02 |
| HSL | 205.83º | 0.97% | 0.53% | - |
| HSV(B) | 205.83º | 0.92% | 0.98% | - |
| XYZ | 28.95 | 29.58 | 95.45 | - |
| YUV | 124.12 | 199.6 | 54.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 152 | 251 | 0.92 | 0.39 | 0 | 0.02 | 205.83 | 0.97 | 0.53 |
| Hex | 15 | 98 | FB | 5C | 27 | 0 | 2 | CE | 61 | 35 |
| Octal | 25 | 230 | 373 | 134 | 47 | 0 | 2 | 316 | 141 | 65 |
| Binary | 10101 | 10011000 | 11111011 | 1011100 | 100111 | 0 | 10 | 11001110 | 1100001 | 110101 |
Color Harmonies of #1598FB
Complementary color
Monochromatic Colors of #1598FB
Black with #1598FB
Text Example
Text Example
White with #1598FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1598FB; }
p { color: rgb(21,152,251); }
H1.HeaderClassName
{
color: #1598FB;
}
.AnyTagClassName
{
color: #1598FB;
}
</style>
background-color css
<style>
a { background-color: #1598FB; }
a { background-color: rgb(21,152,251); }
div.DivClassName
{
background-color: #1598FB;
}
.BgClassName
{
background-color: #1598FB;
}
</style>
border-color css
<style>
span { border-color: #1598FB; }
span { border-color: rgb(21,152,251); }
td.TdClassName
{
border-color: #1598FB;
}
.TagClassName
{
border-color: #1598FB;
}
</style>