Shades of Blue #2618F1
Tints of Blue #2618F1
RGB
CMYK
RGB Variations
Color information
#2618F1 (or 0x2618F1) is known color: Blue. HEX triplet: 26, 18 and F1. RGB value is (38,24,241). Sum of RGB (Red+Green+Blue) = 38+24+241=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 241 (94.53% from 255 or 79.54% from 303); Max value from RGB is 241 - color contains mainly: blue. Hex color #2618F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2618F1 is #D9E70E. Grayscale: #343434. Windows color (decimal): -14280463 or 15800358. OLE color: 15800358.
HSL color Cylindrical-coordinate representation of color #2618F1: hue angle of 243.87º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2618F1 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 24 | 241 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.05 |
| HSL | 243.87º | 0.89% | 0.52% | - |
| HSV(B) | 243.87º | 0.9% | 0.95% | - |
| XYZ | 17 | 7.42 | 83.75 | - |
| YUV | 52.92 | 234.14 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 24 | 241 | 0.84 | 0.90 | 0 | 0.05 | 243.87 | 0.89 | 0.52 |
| Hex | 26 | 18 | F1 | 54 | 5A | 0 | 5 | F4 | 59 | 34 |
| Octal | 46 | 30 | 361 | 124 | 132 | 0 | 5 | 364 | 131 | 64 |
| Binary | 100110 | 11000 | 11110001 | 1010100 | 1011010 | 0 | 101 | 11110100 | 1011001 | 110100 |
Color Harmonies of #2618F1
Complementary color
Monochromatic Colors of #2618F1
Black with #2618F1
Text Example
Text Example
White with #2618F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2618F1; }
p { color: rgb(38,24,241); }
H1.HeaderClassName
{
color: #2618F1;
}
.AnyTagClassName
{
color: #2618F1;
}
</style>
background-color css
<style>
a { background-color: #2618F1; }
a { background-color: rgb(38,24,241); }
div.DivClassName
{
background-color: #2618F1;
}
.BgClassName
{
background-color: #2618F1;
}
</style>
border-color css
<style>
span { border-color: #2618F1; }
span { border-color: rgb(38,24,241); }
td.TdClassName
{
border-color: #2618F1;
}
.TagClassName
{
border-color: #2618F1;
}
</style>