Shades of Medium Blue #151ACF
Tints of Medium Blue #151ACF
RGB
CMYK
RGB Variations
Color information
#151ACF (or 0x151ACF) is known color: Medium Blue. HEX triplet: 15, 1A and CF. RGB value is (21,26,207). Sum of RGB (Red+Green+Blue) = 21+26+207=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 207 (81.25% from 255 or 81.50% from 254); Max value from RGB is 207 - color contains mainly: blue. Hex color #151ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151ACF is #EAE530. Grayscale: #2C2C2C. Windows color (decimal): -15394097 or 13572629. OLE color: 13572629.
HSL color Cylindrical-coordinate representation of color #151ACF: hue angle of 238.39º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #151ACF is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 26 | 207 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.19 |
| HSL | 238.39º | 0.82% | 0.45% | - |
| HSV(B) | 238.39º | 0.9% | 0.81% | - |
| XYZ | 11.94 | 5.4 | 59.45 | - |
| YUV | 45.14 | 219.34 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 207 | 0.90 | 0.87 | 0 | 0.19 | 238.39 | 0.82 | 0.45 |
| Hex | 15 | 1A | CF | 5A | 57 | 0 | 13 | EE | 52 | 2D |
| Octal | 25 | 32 | 317 | 132 | 127 | 0 | 23 | 356 | 122 | 55 |
| Binary | 10101 | 11010 | 11001111 | 1011010 | 1010111 | 0 | 10011 | 11101110 | 1010010 | 101101 |
Color Harmonies of #151ACF
Complementary color
Monochromatic Colors of #151ACF
Black with #151ACF
Text Example
Text Example
White with #151ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151ACF; }
p { color: rgb(21,26,207); }
H1.HeaderClassName
{
color: #151ACF;
}
.AnyTagClassName
{
color: #151ACF;
}
</style>
background-color css
<style>
a { background-color: #151ACF; }
a { background-color: rgb(21,26,207); }
div.DivClassName
{
background-color: #151ACF;
}
.BgClassName
{
background-color: #151ACF;
}
</style>
border-color css
<style>
span { border-color: #151ACF; }
span { border-color: rgb(21,26,207); }
td.TdClassName
{
border-color: #151ACF;
}
.TagClassName
{
border-color: #151ACF;
}
</style>