Shades of Medium Blue #151FDA
Tints of Medium Blue #151FDA
RGB
CMYK
RGB Variations
Color information
#151FDA (or 0x151FDA) is known color: Medium Blue. HEX triplet: 15, 1F and DA. RGB value is (21,31,218). Sum of RGB (Red+Green+Blue) = 21+31+218=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 218 (85.55% from 255 or 80.74% from 270); Max value from RGB is 218 - color contains mainly: blue. Hex color #151FDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151FDA is #EAE025. Grayscale: #303030. Windows color (decimal): -15392806 or 14294805. OLE color: 14294805.
HSL color Cylindrical-coordinate representation of color #151FDA: hue angle of 236.95º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #151FDA is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 31 | 218 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.15 |
| HSL | 236.95º | 0.82% | 0.47% | - |
| HSV(B) | 236.95º | 0.9% | 0.85% | - |
| XYZ | 13.45 | 6.2 | 66.82 | - |
| YUV | 49.33 | 223.19 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 218 | 0.90 | 0.86 | 0 | 0.15 | 236.95 | 0.82 | 0.47 |
| Hex | 15 | 1F | DA | 5A | 56 | 0 | F | ED | 52 | 2F |
| Octal | 25 | 37 | 332 | 132 | 126 | 0 | 17 | 355 | 122 | 57 |
| Binary | 10101 | 11111 | 11011010 | 1011010 | 1010110 | 0 | 1111 | 11101101 | 1010010 | 101111 |
Color Harmonies of #151FDA
Complementary color
Monochromatic Colors of #151FDA
Black with #151FDA
Text Example
Text Example
White with #151FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151FDA; }
p { color: rgb(21,31,218); }
H1.HeaderClassName
{
color: #151FDA;
}
.AnyTagClassName
{
color: #151FDA;
}
</style>
background-color css
<style>
a { background-color: #151FDA; }
a { background-color: rgb(21,31,218); }
div.DivClassName
{
background-color: #151FDA;
}
.BgClassName
{
background-color: #151FDA;
}
</style>
border-color css
<style>
span { border-color: #151FDA; }
span { border-color: rgb(21,31,218); }
td.TdClassName
{
border-color: #151FDA;
}
.TagClassName
{
border-color: #151FDA;
}
</style>