Shades of Dodger Blue #157BFC
Tints of Dodger Blue #157BFC
RGB
CMYK
RGB Variations
Color information
#157BFC (or 0x157BFC) is known color: Dodger Blue. HEX triplet: 15, 7B and FC. RGB value is (21,123,252). Sum of RGB (Red+Green+Blue) = 21+123+252=396 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.30% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #157BFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157BFC is #EA8403. Grayscale: #6A6A6A. Windows color (decimal): -15369220 or 16546581. OLE color: 16546581.
HSL color Cylindrical-coordinate representation of color #157BFC: hue angle of 213.51º 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 #157BFC is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 123 | 252 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.01 |
| HSL | 213.51º | 0.97% | 0.54% | - |
| HSV(B) | 213.51º | 0.92% | 0.99% | - |
| XYZ | 24.96 | 21.35 | 94.9 | - |
| YUV | 107.21 | 209.71 | 66.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 123 | 252 | 0.92 | 0.51 | 0 | 0.01 | 213.51 | 0.97 | 0.54 |
| Hex | 15 | 7B | FC | 5C | 33 | 0 | 1 | D6 | 61 | 36 |
| Octal | 25 | 173 | 374 | 134 | 63 | 0 | 1 | 326 | 141 | 66 |
| Binary | 10101 | 1111011 | 11111100 | 1011100 | 110011 | 0 | 1 | 11010110 | 1100001 | 110110 |
Color Harmonies of #157BFC
Complementary color
Monochromatic Colors of #157BFC
Black with #157BFC
Text Example
Text Example
White with #157BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157BFC; }
p { color: rgb(21,123,252); }
H1.HeaderClassName
{
color: #157BFC;
}
.AnyTagClassName
{
color: #157BFC;
}
</style>
background-color css
<style>
a { background-color: #157BFC; }
a { background-color: rgb(21,123,252); }
div.DivClassName
{
background-color: #157BFC;
}
.BgClassName
{
background-color: #157BFC;
}
</style>
border-color css
<style>
span { border-color: #157BFC; }
span { border-color: rgb(21,123,252); }
td.TdClassName
{
border-color: #157BFC;
}
.TagClassName
{
border-color: #157BFC;
}
</style>