Shades of Blue #1424F6
Tints of Blue #1424F6
RGB
CMYK
RGB Variations
Color information
#1424F6 (or 0x1424F6) is known color: Blue. HEX triplet: 14, 24 and F6. RGB value is (20,36,246). Sum of RGB (Red+Green+Blue) = 20+36+246=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 246 (96.48% from 255 or 81.46% from 302); Max value from RGB is 246 - color contains mainly: blue. Hex color #1424F6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1424F6 is #EBDB09. Grayscale: #363636. Windows color (decimal): -15457034 or 16131092. OLE color: 16131092.
HSL color Cylindrical-coordinate representation of color #1424F6: hue angle of 235.75º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1424F6 is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 36 | 246 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.04 |
| HSL | 235.75º | 0.93% | 0.52% | - |
| HSV(B) | 235.75º | 0.92% | 0.96% | - |
| XYZ | 17.55 | 8.06 | 87.82 | - |
| YUV | 55.16 | 235.7 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 36 | 246 | 0.92 | 0.85 | 0 | 0.04 | 235.75 | 0.93 | 0.52 |
| Hex | 14 | 24 | F6 | 5C | 55 | 0 | 4 | EC | 5D | 34 |
| Octal | 24 | 44 | 366 | 134 | 125 | 0 | 4 | 354 | 135 | 64 |
| Binary | 10100 | 100100 | 11110110 | 1011100 | 1010101 | 0 | 100 | 11101100 | 1011101 | 110100 |
Color Harmonies of #1424F6
Complementary color
Monochromatic Colors of #1424F6
Black with #1424F6
Text Example
Text Example
White with #1424F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1424F6; }
p { color: rgb(20,36,246); }
H1.HeaderClassName
{
color: #1424F6;
}
.AnyTagClassName
{
color: #1424F6;
}
</style>
background-color css
<style>
a { background-color: #1424F6; }
a { background-color: rgb(20,36,246); }
div.DivClassName
{
background-color: #1424F6;
}
.BgClassName
{
background-color: #1424F6;
}
</style>
border-color css
<style>
span { border-color: #1424F6; }
span { border-color: rgb(20,36,246); }
td.TdClassName
{
border-color: #1424F6;
}
.TagClassName
{
border-color: #1424F6;
}
</style>