Shades of Blue #1423FA
Tints of Blue #1423FA
RGB
CMYK
RGB Variations
Color information
#1423FA (or 0x1423FA) is known color: Blue. HEX triplet: 14, 23 and FA. RGB value is (20,35,250). Sum of RGB (Red+Green+Blue) = 20+35+250=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 250 (98.05% from 255 or 81.97% from 305); Max value from RGB is 250 - color contains mainly: blue. Hex color #1423FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1423FA is #EBDC05. Grayscale: #363636. Windows color (decimal): -15457286 or 16392980. OLE color: 16392980.
HSL color Cylindrical-coordinate representation of color #1423FA: hue angle of 236.09º degrees, saturation: 0.96, 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 #1423FA is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 35 | 250 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.02 |
| HSL | 236.09º | 0.96% | 0.53% | - |
| HSV(B) | 236.09º | 0.92% | 0.98% | - |
| XYZ | 18.14 | 8.25 | 91.08 | - |
| YUV | 55.03 | 238.03 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 35 | 250 | 0.92 | 0.86 | 0 | 0.02 | 236.09 | 0.96 | 0.53 |
| Hex | 14 | 23 | FA | 5C | 56 | 0 | 2 | EC | 60 | 35 |
| Octal | 24 | 43 | 372 | 134 | 126 | 0 | 2 | 354 | 140 | 65 |
| Binary | 10100 | 100011 | 11111010 | 1011100 | 1010110 | 0 | 10 | 11101100 | 1100000 | 110101 |
Color Harmonies of #1423FA
Complementary color
Monochromatic Colors of #1423FA
Black with #1423FA
Text Example
Text Example
White with #1423FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1423FA; }
p { color: rgb(20,35,250); }
H1.HeaderClassName
{
color: #1423FA;
}
.AnyTagClassName
{
color: #1423FA;
}
</style>
background-color css
<style>
a { background-color: #1423FA; }
a { background-color: rgb(20,35,250); }
div.DivClassName
{
background-color: #1423FA;
}
.BgClassName
{
background-color: #1423FA;
}
</style>
border-color css
<style>
span { border-color: #1423FA; }
span { border-color: rgb(20,35,250); }
td.TdClassName
{
border-color: #1423FA;
}
.TagClassName
{
border-color: #1423FA;
}
</style>