Shades of Blue #1534FB
Tints of Blue #1534FB
RGB
CMYK
RGB Variations
Color information
#1534FB (or 0x1534FB) is known color: Blue. HEX triplet: 15, 34 and FB. RGB value is (21,52,251). Sum of RGB (Red+Green+Blue) = 21+52+251=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 251 (98.44% from 255 or 77.47% from 324); Max value from RGB is 251 - color contains mainly: blue. Hex color #1534FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1534FB is #EACB04. Grayscale: #404040. Windows color (decimal): -15387397 or 16462869. OLE color: 16462869.
HSL color Cylindrical-coordinate representation of color #1534FB: hue angle of 231.91º degrees, saturation: 0.97, 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 #1534FB is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 52 | 251 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.02 |
| HSL | 231.91º | 0.97% | 0.53% | - |
| HSV(B) | 231.91º | 0.92% | 0.98% | - |
| XYZ | 18.95 | 9.58 | 92.12 | - |
| YUV | 65.42 | 232.73 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 251 | 0.92 | 0.79 | 0 | 0.02 | 231.91 | 0.97 | 0.53 |
| Hex | 15 | 34 | FB | 5C | 4F | 0 | 2 | E8 | 61 | 35 |
| Octal | 25 | 64 | 373 | 134 | 117 | 0 | 2 | 350 | 141 | 65 |
| Binary | 10101 | 110100 | 11111011 | 1011100 | 1001111 | 0 | 10 | 11101000 | 1100001 | 110101 |
Color Harmonies of #1534FB
Complementary color
Monochromatic Colors of #1534FB
Black with #1534FB
Text Example
Text Example
White with #1534FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1534FB; }
p { color: rgb(21,52,251); }
H1.HeaderClassName
{
color: #1534FB;
}
.AnyTagClassName
{
color: #1534FB;
}
</style>
background-color css
<style>
a { background-color: #1534FB; }
a { background-color: rgb(21,52,251); }
div.DivClassName
{
background-color: #1534FB;
}
.BgClassName
{
background-color: #1534FB;
}
</style>
border-color css
<style>
span { border-color: #1534FB; }
span { border-color: rgb(21,52,251); }
td.TdClassName
{
border-color: #1534FB;
}
.TagClassName
{
border-color: #1534FB;
}
</style>