Shades of Blue #2318FA
Tints of Blue #2318FA
RGB
CMYK
RGB Variations
Color information
#2318FA (or 0x2318FA) is known color: Blue. HEX triplet: 23, 18 and FA. RGB value is (35,24,250). Sum of RGB (Red+Green+Blue) = 35+24+250=309 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.33% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 250 (98.05% from 255 or 80.91% from 309); Max value from RGB is 250 - color contains mainly: blue. Hex color #2318FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2318FA is #DCE705. Grayscale: #343434. Windows color (decimal): -14477062 or 16390179. OLE color: 16390179.
HSL color Cylindrical-coordinate representation of color #2318FA: hue angle of 242.92º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2318FA is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 24 | 250 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.02 |
| HSL | 242.92º | 0.96% | 0.54% | - |
| HSV(B) | 242.92º | 0.9% | 0.98% | - |
| XYZ | 18.28 | 7.91 | 91.01 | - |
| YUV | 53.05 | 239.14 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 24 | 250 | 0.86 | 0.90 | 0 | 0.02 | 242.92 | 0.96 | 0.54 |
| Hex | 23 | 18 | FA | 56 | 5A | 0 | 2 | F3 | 60 | 36 |
| Octal | 43 | 30 | 372 | 126 | 132 | 0 | 2 | 363 | 140 | 66 |
| Binary | 100011 | 11000 | 11111010 | 1010110 | 1011010 | 0 | 10 | 11110011 | 1100000 | 110110 |
Color Harmonies of #2318FA
Complementary color
Monochromatic Colors of #2318FA
Black with #2318FA
Text Example
Text Example
White with #2318FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2318FA; }
p { color: rgb(35,24,250); }
H1.HeaderClassName
{
color: #2318FA;
}
.AnyTagClassName
{
color: #2318FA;
}
</style>
background-color css
<style>
a { background-color: #2318FA; }
a { background-color: rgb(35,24,250); }
div.DivClassName
{
background-color: #2318FA;
}
.BgClassName
{
background-color: #2318FA;
}
</style>
border-color css
<style>
span { border-color: #2318FA; }
span { border-color: rgb(35,24,250); }
td.TdClassName
{
border-color: #2318FA;
}
.TagClassName
{
border-color: #2318FA;
}
</style>