Shades of Blue #2325FC
Tints of Blue #2325FC
RGB
CMYK
RGB Variations
Color information
#2325FC (or 0x2325FC) is known color: Blue. HEX triplet: 23, 25 and FC. RGB value is (35,37,252). Sum of RGB (Red+Green+Blue) = 35+37+252=324 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.80% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 252 (98.83% from 255 or 77.78% from 324); Max value from RGB is 252 - color contains mainly: blue. Hex color #2325FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2325FC is #DCDA03. Grayscale: #3C3C3C. Windows color (decimal): -14473732 or 16524579. OLE color: 16524579.
HSL color Cylindrical-coordinate representation of color #2325FC: hue angle of 239.45º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2325FC is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 37 | 252 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.01 |
| HSL | 239.45º | 0.97% | 0.56% | - |
| HSV(B) | 239.45º | 0.86% | 0.99% | - |
| XYZ | 18.93 | 8.71 | 92.78 | - |
| YUV | 60.91 | 235.84 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 252 | 0.86 | 0.85 | 0 | 0.01 | 239.45 | 0.97 | 0.56 |
| Hex | 23 | 25 | FC | 56 | 55 | 0 | 1 | EF | 61 | 38 |
| Octal | 43 | 45 | 374 | 126 | 125 | 0 | 1 | 357 | 141 | 70 |
| Binary | 100011 | 100101 | 11111100 | 1010110 | 1010101 | 0 | 1 | 11101111 | 1100001 | 111000 |
Color Harmonies of #2325FC
Complementary color
Monochromatic Colors of #2325FC
Black with #2325FC
Text Example
Text Example
White with #2325FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2325FC; }
p { color: rgb(35,37,252); }
H1.HeaderClassName
{
color: #2325FC;
}
.AnyTagClassName
{
color: #2325FC;
}
</style>
background-color css
<style>
a { background-color: #2325FC; }
a { background-color: rgb(35,37,252); }
div.DivClassName
{
background-color: #2325FC;
}
.BgClassName
{
background-color: #2325FC;
}
</style>
border-color css
<style>
span { border-color: #2325FC; }
span { border-color: rgb(35,37,252); }
td.TdClassName
{
border-color: #2325FC;
}
.TagClassName
{
border-color: #2325FC;
}
</style>