Shades of Dodger Blue #1579FE
Tints of Dodger Blue #1579FE
RGB
CMYK
RGB Variations
Color information
#1579FE (or 0x1579FE) is known color: Dodger Blue. HEX triplet: 15, 79 and FE. RGB value is (21,121,254). Sum of RGB (Red+Green+Blue) = 21+121+254=396 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.30% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #1579FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1579FE is #EA8601. Grayscale: #696969. Windows color (decimal): -15369730 or 16677141. OLE color: 16677141.
HSL color Cylindrical-coordinate representation of color #1579FE: hue angle of 214.25º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1579FE is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 121 | 254 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.00 |
| HSL | 214.25º | 0.99% | 0.54% | - |
| HSV(B) | 214.25º | 0.92% | 1% | - |
| XYZ | 25.04 | 20.99 | 96.5 | - |
| YUV | 106.26 | 211.37 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 121 | 254 | 0.92 | 0.52 | 0 | 0.00 | 214.25 | 0.99 | 0.54 |
| Hex | 15 | 79 | FE | 5C | 34 | 0 | 0 | D6 | 63 | 36 |
| Octal | 25 | 171 | 376 | 134 | 64 | 0 | 0 | 326 | 143 | 66 |
| Binary | 10101 | 1111001 | 11111110 | 1011100 | 110100 | 0 | 0 | 11010110 | 1100011 | 110110 |
Color Harmonies of #1579FE
Complementary color
Monochromatic Colors of #1579FE
Black with #1579FE
Text Example
Text Example
White with #1579FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1579FE; }
p { color: rgb(21,121,254); }
H1.HeaderClassName
{
color: #1579FE;
}
.AnyTagClassName
{
color: #1579FE;
}
</style>
background-color css
<style>
a { background-color: #1579FE; }
a { background-color: rgb(21,121,254); }
div.DivClassName
{
background-color: #1579FE;
}
.BgClassName
{
background-color: #1579FE;
}
</style>
border-color css
<style>
span { border-color: #1579FE; }
span { border-color: rgb(21,121,254); }
td.TdClassName
{
border-color: #1579FE;
}
.TagClassName
{
border-color: #1579FE;
}
</style>