Shades of Medium Blue #151CE5
Tints of Medium Blue #151CE5
RGB
CMYK
RGB Variations
Color information
#151CE5 (or 0x151CE5) is known color: Medium Blue. HEX triplet: 15, 1C and E5. RGB value is (21,28,229). Sum of RGB (Red+Green+Blue) = 21+28+229=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 28 (11.33% from 255 or 10.07% from 278); Blue value is 229 (89.84% from 255 or 82.37% from 278); Max value from RGB is 229 - color contains mainly: blue. Hex color #151CE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151CE5 is #EAE31A. Grayscale: #303030. Windows color (decimal): -15393563 or 15014933. OLE color: 15014933.
HSL color Cylindrical-coordinate representation of color #151CE5: hue angle of 237.98º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #151CE5 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 28 | 229 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.10 |
| HSL | 237.98º | 0.83% | 0.49% | - |
| HSV(B) | 237.98º | 0.91% | 0.9% | - |
| XYZ | 14.87 | 6.65 | 74.63 | - |
| YUV | 48.82 | 229.68 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 229 | 0.91 | 0.88 | 0 | 0.10 | 237.98 | 0.83 | 0.49 |
| Hex | 15 | 1C | E5 | 5B | 58 | 0 | A | EE | 53 | 31 |
| Octal | 25 | 34 | 345 | 133 | 130 | 0 | 12 | 356 | 123 | 61 |
| Binary | 10101 | 11100 | 11100101 | 1011011 | 1011000 | 0 | 1010 | 11101110 | 1010011 | 110001 |
Color Harmonies of #151CE5
Complementary color
Monochromatic Colors of #151CE5
Black with #151CE5
Text Example
Text Example
White with #151CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151CE5; }
p { color: rgb(21,28,229); }
H1.HeaderClassName
{
color: #151CE5;
}
.AnyTagClassName
{
color: #151CE5;
}
</style>
background-color css
<style>
a { background-color: #151CE5; }
a { background-color: rgb(21,28,229); }
div.DivClassName
{
background-color: #151CE5;
}
.BgClassName
{
background-color: #151CE5;
}
</style>
border-color css
<style>
span { border-color: #151CE5; }
span { border-color: rgb(21,28,229); }
td.TdClassName
{
border-color: #151CE5;
}
.TagClassName
{
border-color: #151CE5;
}
</style>