Shades of Blue #2605FC
Tints of Blue #2605FC
RGB
CMYK
RGB Variations
Color information
#2605FC (or 0x2605FC) is known color: Blue. HEX triplet: 26, 05 and FC. RGB value is (38,5,252). Sum of RGB (Red+Green+Blue) = 38+5+252=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 252 (98.83% from 255 or 85.42% from 295); Max value from RGB is 252 - color contains mainly: blue. Hex color #2605FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2605FC is #D9FA03. Grayscale: #2A2A2A. Windows color (decimal): -14285316 or 16516390. OLE color: 16516390.
HSL color Cylindrical-coordinate representation of color #2605FC: hue angle of 248.02º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2605FC is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 5 | 252 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.01 |
| HSL | 248.02º | 0.98% | 0.5% | - |
| HSV(B) | 248.02º | 0.98% | 0.99% | - |
| XYZ | 18.42 | 7.55 | 92.58 | - |
| YUV | 43.03 | 245.93 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 5 | 252 | 0.85 | 0.98 | 0 | 0.01 | 248.02 | 0.98 | 0.5 |
| Hex | 26 | 5 | FC | 55 | 62 | 0 | 1 | F8 | 62 | 32 |
| Octal | 46 | 5 | 374 | 125 | 142 | 0 | 1 | 370 | 142 | 62 |
| Binary | 100110 | 101 | 11111100 | 1010101 | 1100010 | 0 | 1 | 11111000 | 1100010 | 110010 |
Color Harmonies of #2605FC
Complementary color
Monochromatic Colors of #2605FC
Black with #2605FC
Text Example
Text Example
White with #2605FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2605FC; }
p { color: rgb(38,5,252); }
H1.HeaderClassName
{
color: #2605FC;
}
.AnyTagClassName
{
color: #2605FC;
}
</style>
background-color css
<style>
a { background-color: #2605FC; }
a { background-color: rgb(38,5,252); }
div.DivClassName
{
background-color: #2605FC;
}
.BgClassName
{
background-color: #2605FC;
}
</style>
border-color css
<style>
span { border-color: #2605FC; }
span { border-color: rgb(38,5,252); }
td.TdClassName
{
border-color: #2605FC;
}
.TagClassName
{
border-color: #2605FC;
}
</style>