Shades of Dodger Blue #157AF5
Tints of Dodger Blue #157AF5
RGB
CMYK
RGB Variations
Color information
#157AF5 (or 0x157AF5) is known color: Dodger Blue. HEX triplet: 15, 7A and F5. RGB value is (21,122,245). Sum of RGB (Red+Green+Blue) = 21+122+245=388 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.41% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 245 (96.09% from 255 or 63.14% from 388); Max value from RGB is 245 - color contains mainly: blue. Hex color #157AF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157AF5 is #EA850A. Grayscale: #696969. Windows color (decimal): -15369483 or 16087573. OLE color: 16087573.
HSL color Cylindrical-coordinate representation of color #157AF5: hue angle of 212.95º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157AF5 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 122 | 245 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.04 |
| HSL | 212.95º | 0.92% | 0.52% | - |
| HSV(B) | 212.95º | 0.91% | 0.96% | - |
| XYZ | 23.75 | 20.67 | 89.12 | - |
| YUV | 105.82 | 206.54 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 122 | 245 | 0.91 | 0.50 | 0 | 0.04 | 212.95 | 0.92 | 0.52 |
| Hex | 15 | 7A | F5 | 5B | 32 | 0 | 4 | D5 | 5C | 34 |
| Octal | 25 | 172 | 365 | 133 | 62 | 0 | 4 | 325 | 134 | 64 |
| Binary | 10101 | 1111010 | 11110101 | 1011011 | 110010 | 0 | 100 | 11010101 | 1011100 | 110100 |
Color Harmonies of #157AF5
Complementary color
Monochromatic Colors of #157AF5
Black with #157AF5
Text Example
Text Example
White with #157AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157AF5; }
p { color: rgb(21,122,245); }
H1.HeaderClassName
{
color: #157AF5;
}
.AnyTagClassName
{
color: #157AF5;
}
</style>
background-color css
<style>
a { background-color: #157AF5; }
a { background-color: rgb(21,122,245); }
div.DivClassName
{
background-color: #157AF5;
}
.BgClassName
{
background-color: #157AF5;
}
</style>
border-color css
<style>
span { border-color: #157AF5; }
span { border-color: rgb(21,122,245); }
td.TdClassName
{
border-color: #157AF5;
}
.TagClassName
{
border-color: #157AF5;
}
</style>