Shades of Blue #1401F3
Tints of Blue #1401F3
RGB
CMYK
RGB Variations
Color information
#1401F3 (or 0x1401F3) is known color: Blue. HEX triplet: 14, 01 and F3. RGB value is (20,1,243). Sum of RGB (Red+Green+Blue) = 20+1+243=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 243 (95.31% from 255 or 92.05% from 264); Max value from RGB is 243 - color contains mainly: blue. Hex color #1401F3 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1401F3 is #EBFE0C. Grayscale: #212121. Windows color (decimal): -15465997 or 15925524. OLE color: 15925524.
HSL color Cylindrical-coordinate representation of color #1401F3: hue angle of 244.71º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1401F3 is Cyan = 0.92, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 1 | 243 | - |
| CMYK | 0.92 | 1.00 | 0 | 0.05 |
| HSL | 244.71º | 0.99% | 0.48% | - |
| HSV(B) | 244.71º | 1% | 0.95% | - |
| XYZ | 16.48 | 6.64 | 85.21 | - |
| YUV | 34.27 | 245.79 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 243 | 0.92 | 1.00 | 0 | 0.05 | 244.71 | 0.99 | 0.48 |
| Hex | 14 | 1 | F3 | 5C | 64 | 0 | 5 | F5 | 63 | 30 |
| Octal | 24 | 1 | 363 | 134 | 144 | 0 | 5 | 365 | 143 | 60 |
| Binary | 10100 | 1 | 11110011 | 1011100 | 1100100 | 0 | 101 | 11110101 | 1100011 | 110000 |
Color Harmonies of #1401F3
Complementary color
Monochromatic Colors of #1401F3
Black with #1401F3
Text Example
Text Example
White with #1401F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1401F3; }
p { color: rgb(20,1,243); }
H1.HeaderClassName
{
color: #1401F3;
}
.AnyTagClassName
{
color: #1401F3;
}
</style>
background-color css
<style>
a { background-color: #1401F3; }
a { background-color: rgb(20,1,243); }
div.DivClassName
{
background-color: #1401F3;
}
.BgClassName
{
background-color: #1401F3;
}
</style>
border-color css
<style>
span { border-color: #1401F3; }
span { border-color: rgb(20,1,243); }
td.TdClassName
{
border-color: #1401F3;
}
.TagClassName
{
border-color: #1401F3;
}
</style>