Shades of Blue #1402F5
Tints of Blue #1402F5
RGB
CMYK
RGB Variations
Color information
#1402F5 (or 0x1402F5) is known color: Blue. HEX triplet: 14, 02 and F5. RGB value is (20,2,245). Sum of RGB (Red+Green+Blue) = 20+2+245=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 245 (96.09% from 255 or 91.76% from 267); Max value from RGB is 245 - color contains mainly: blue. Hex color #1402F5 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1402F5 is #EBFD0A. Grayscale: #222222. Windows color (decimal): -15465739 or 16056852. OLE color: 16056852.
HSL color Cylindrical-coordinate representation of color #1402F5: hue angle of 244.44º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1402F5 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 2 | 245 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.04 |
| HSL | 244.44º | 0.98% | 0.48% | - |
| HSV(B) | 244.44º | 0.99% | 0.96% | - |
| XYZ | 16.79 | 6.78 | 86.81 | - |
| YUV | 35.08 | 246.46 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 245 | 0.92 | 0.99 | 0 | 0.04 | 244.44 | 0.98 | 0.48 |
| Hex | 14 | 2 | F5 | 5C | 63 | 0 | 4 | F4 | 62 | 30 |
| Octal | 24 | 2 | 365 | 134 | 143 | 0 | 4 | 364 | 142 | 60 |
| Binary | 10100 | 10 | 11110101 | 1011100 | 1100011 | 0 | 100 | 11110100 | 1100010 | 110000 |
Color Harmonies of #1402F5
Complementary color
Monochromatic Colors of #1402F5
Black with #1402F5
Text Example
Text Example
White with #1402F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1402F5; }
p { color: rgb(20,2,245); }
H1.HeaderClassName
{
color: #1402F5;
}
.AnyTagClassName
{
color: #1402F5;
}
</style>
background-color css
<style>
a { background-color: #1402F5; }
a { background-color: rgb(20,2,245); }
div.DivClassName
{
background-color: #1402F5;
}
.BgClassName
{
background-color: #1402F5;
}
</style>
border-color css
<style>
span { border-color: #1402F5; }
span { border-color: rgb(20,2,245); }
td.TdClassName
{
border-color: #1402F5;
}
.TagClassName
{
border-color: #1402F5;
}
</style>