Shades of Blue #2324FA
Tints of Blue #2324FA
RGB
CMYK
RGB Variations
Color information
#2324FA (or 0x2324FA) is known color: Blue. HEX triplet: 23, 24 and FA. RGB value is (35,36,250). Sum of RGB (Red+Green+Blue) = 35+36+250=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 250 (98.05% from 255 or 77.88% from 321); Max value from RGB is 250 - color contains mainly: blue. Hex color #2324FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2324FA is #DCDB05. Grayscale: #3B3B3B. Windows color (decimal): -14473990 or 16393251. OLE color: 16393251.
HSL color Cylindrical-coordinate representation of color #2324FA: hue angle of 239.72º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2324FA is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 36 | 250 | - |
| CMYK | 0.86 | 0.86 | 0 | 0.02 |
| HSL | 239.72º | 0.96% | 0.56% | - |
| HSV(B) | 239.72º | 0.86% | 0.98% | - |
| XYZ | 18.58 | 8.52 | 91.11 | - |
| YUV | 60.1 | 235.17 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 36 | 250 | 0.86 | 0.86 | 0 | 0.02 | 239.72 | 0.96 | 0.56 |
| Hex | 23 | 24 | FA | 56 | 56 | 0 | 2 | F0 | 60 | 38 |
| Octal | 43 | 44 | 372 | 126 | 126 | 0 | 2 | 360 | 140 | 70 |
| Binary | 100011 | 100100 | 11111010 | 1010110 | 1010110 | 0 | 10 | 11110000 | 1100000 | 111000 |
Color Harmonies of #2324FA
Complementary color
Monochromatic Colors of #2324FA
Black with #2324FA
Text Example
Text Example
White with #2324FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2324FA; }
p { color: rgb(35,36,250); }
H1.HeaderClassName
{
color: #2324FA;
}
.AnyTagClassName
{
color: #2324FA;
}
</style>
background-color css
<style>
a { background-color: #2324FA; }
a { background-color: rgb(35,36,250); }
div.DivClassName
{
background-color: #2324FA;
}
.BgClassName
{
background-color: #2324FA;
}
</style>
border-color css
<style>
span { border-color: #2324FA; }
span { border-color: rgb(35,36,250); }
td.TdClassName
{
border-color: #2324FA;
}
.TagClassName
{
border-color: #2324FA;
}
</style>