Shades of Blue #1A30FB
Tints of Blue #1A30FB
RGB
CMYK
RGB Variations
Color information
#1A30FB (or 0x1A30FB) is known color: Blue. HEX triplet: 1A, 30 and FB. RGB value is (26,48,251). Sum of RGB (Red+Green+Blue) = 26+48+251=325 (43% of max value = 765). Red value is 26 (10.55% from 255 or 8% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 251 (98.44% from 255 or 77.23% from 325); Max value from RGB is 251 - color contains mainly: blue. Hex color #1A30FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A30FB is #E5CF04. Grayscale: #3F3F3F. Windows color (decimal): -15060741 or 16461850. OLE color: 16461850.
HSL color Cylindrical-coordinate representation of color #1A30FB: hue angle of 234.13º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A30FB is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 48 | 251 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.02 |
| HSL | 234.13º | 0.97% | 0.54% | - |
| HSV(B) | 234.13º | 0.9% | 0.98% | - |
| XYZ | 18.9 | 9.3 | 92.07 | - |
| YUV | 64.56 | 233.21 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 48 | 251 | 0.90 | 0.81 | 0 | 0.02 | 234.13 | 0.97 | 0.54 |
| Hex | 1A | 30 | FB | 5A | 51 | 0 | 2 | EA | 61 | 36 |
| Octal | 32 | 60 | 373 | 132 | 121 | 0 | 2 | 352 | 141 | 66 |
| Binary | 11010 | 110000 | 11111011 | 1011010 | 1010001 | 0 | 10 | 11101010 | 1100001 | 110110 |
Color Harmonies of #1A30FB
Complementary color
Monochromatic Colors of #1A30FB
Black with #1A30FB
Text Example
Text Example
White with #1A30FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A30FB; }
p { color: rgb(26,48,251); }
H1.HeaderClassName
{
color: #1A30FB;
}
.AnyTagClassName
{
color: #1A30FB;
}
</style>
background-color css
<style>
a { background-color: #1A30FB; }
a { background-color: rgb(26,48,251); }
div.DivClassName
{
background-color: #1A30FB;
}
.BgClassName
{
background-color: #1A30FB;
}
</style>
border-color css
<style>
span { border-color: #1A30FB; }
span { border-color: rgb(26,48,251); }
td.TdClassName
{
border-color: #1A30FB;
}
.TagClassName
{
border-color: #1A30FB;
}
</style>