Shades of Blue #2325F8
Tints of Blue #2325F8
RGB
CMYK
RGB Variations
Color information
#2325F8 (or 0x2325F8) is known color: Blue. HEX triplet: 23, 25 and F8. RGB value is (35,37,248). Sum of RGB (Red+Green+Blue) = 35+37+248=320 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.94% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 248 (97.27% from 255 or 77.5% from 320); Max value from RGB is 248 - color contains mainly: blue. Hex color #2325F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2325F8 is #DCDA07. Grayscale: #3B3B3B. Windows color (decimal): -14473736 or 16262435. OLE color: 16262435.
HSL color Cylindrical-coordinate representation of color #2325F8: hue angle of 239.44º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2325F8 is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 35 | 37 | 248 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.03 |
| HSL | 239.44º | 0.94% | 0.55% | - |
| HSV(B) | 239.44º | 0.86% | 0.97% | - |
| XYZ | 18.3 | 8.46 | 89.48 | - |
| YUV | 60.46 | 233.84 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 248 | 0.86 | 0.85 | 0 | 0.03 | 239.44 | 0.94 | 0.55 |
| Hex | 23 | 25 | F8 | 56 | 55 | 0 | 3 | EF | 5E | 37 |
| Octal | 43 | 45 | 370 | 126 | 125 | 0 | 3 | 357 | 136 | 67 |
| Binary | 100011 | 100101 | 11111000 | 1010110 | 1010101 | 0 | 11 | 11101111 | 1011110 | 110111 |
Color Harmonies of #2325F8
Complementary color
Monochromatic Colors of #2325F8
Black with #2325F8
Text Example
Text Example
White with #2325F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2325F8; }
p { color: rgb(35,37,248); }
H1.HeaderClassName
{
color: #2325F8;
}
.AnyTagClassName
{
color: #2325F8;
}
</style>
background-color css
<style>
a { background-color: #2325F8; }
a { background-color: rgb(35,37,248); }
div.DivClassName
{
background-color: #2325F8;
}
.BgClassName
{
background-color: #2325F8;
}
</style>
border-color css
<style>
span { border-color: #2325F8; }
span { border-color: rgb(35,37,248); }
td.TdClassName
{
border-color: #2325F8;
}
.TagClassName
{
border-color: #2325F8;
}
</style>