Shades of Dodger Blue #157BFA
Tints of Dodger Blue #157BFA
RGB
CMYK
RGB Variations
Color information
#157BFA (or 0x157BFA) is known color: Dodger Blue. HEX triplet: 15, 7B and FA. RGB value is (21,123,250). Sum of RGB (Red+Green+Blue) = 21+123+250=394 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.33% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #157BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157BFA is #EA8405. Grayscale: #6A6A6A. Windows color (decimal): -15369222 or 16415509. OLE color: 16415509.
HSL color Cylindrical-coordinate representation of color #157BFA: hue angle of 213.28º degrees, saturation: 0.96, 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 #157BFA is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 123 | 250 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.02 |
| HSL | 213.28º | 0.96% | 0.53% | - |
| HSV(B) | 213.28º | 0.92% | 0.98% | - |
| XYZ | 24.65 | 21.23 | 93.24 | - |
| YUV | 106.98 | 208.71 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 123 | 250 | 0.92 | 0.51 | 0 | 0.02 | 213.28 | 0.96 | 0.53 |
| Hex | 15 | 7B | FA | 5C | 33 | 0 | 2 | D5 | 60 | 35 |
| Octal | 25 | 173 | 372 | 134 | 63 | 0 | 2 | 325 | 140 | 65 |
| Binary | 10101 | 1111011 | 11111010 | 1011100 | 110011 | 0 | 10 | 11010101 | 1100000 | 110101 |
Color Harmonies of #157BFA
Complementary color
Monochromatic Colors of #157BFA
Black with #157BFA
Text Example
Text Example
White with #157BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157BFA; }
p { color: rgb(21,123,250); }
H1.HeaderClassName
{
color: #157BFA;
}
.AnyTagClassName
{
color: #157BFA;
}
</style>
background-color css
<style>
a { background-color: #157BFA; }
a { background-color: rgb(21,123,250); }
div.DivClassName
{
background-color: #157BFA;
}
.BgClassName
{
background-color: #157BFA;
}
</style>
border-color css
<style>
span { border-color: #157BFA; }
span { border-color: rgb(21,123,250); }
td.TdClassName
{
border-color: #157BFA;
}
.TagClassName
{
border-color: #157BFA;
}
</style>