Shades of Blue #2605F2
Tints of Blue #2605F2
RGB
CMYK
RGB Variations
Color information
#2605F2 (or 0x2605F2) is known color: Blue. HEX triplet: 26, 05 and F2. RGB value is (38,5,242). Sum of RGB (Red+Green+Blue) = 38+5+242=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 242 (94.92% from 255 or 84.91% from 285); Max value from RGB is 242 - color contains mainly: blue. Hex color #2605F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2605F2 is #D9FA0D. Grayscale: #282828. Windows color (decimal): -14285326 or 15861030. OLE color: 15861030.
HSL color Cylindrical-coordinate representation of color #2605F2: hue angle of 248.35º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2605F2 is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 5 | 242 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.05 |
| HSL | 248.35º | 0.96% | 0.48% | - |
| HSV(B) | 248.35º | 0.98% | 0.95% | - |
| XYZ | 16.88 | 6.93 | 84.45 | - |
| YUV | 41.89 | 240.93 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 5 | 242 | 0.84 | 0.98 | 0 | 0.05 | 248.35 | 0.96 | 0.48 |
| Hex | 26 | 5 | F2 | 54 | 62 | 0 | 5 | F8 | 60 | 30 |
| Octal | 46 | 5 | 362 | 124 | 142 | 0 | 5 | 370 | 140 | 60 |
| Binary | 100110 | 101 | 11110010 | 1010100 | 1100010 | 0 | 101 | 11111000 | 1100000 | 110000 |
Color Harmonies of #2605F2
Complementary color
Monochromatic Colors of #2605F2
Black with #2605F2
Text Example
Text Example
White with #2605F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2605F2; }
p { color: rgb(38,5,242); }
H1.HeaderClassName
{
color: #2605F2;
}
.AnyTagClassName
{
color: #2605F2;
}
</style>
background-color css
<style>
a { background-color: #2605F2; }
a { background-color: rgb(38,5,242); }
div.DivClassName
{
background-color: #2605F2;
}
.BgClassName
{
background-color: #2605F2;
}
</style>
border-color css
<style>
span { border-color: #2605F2; }
span { border-color: rgb(38,5,242); }
td.TdClassName
{
border-color: #2605F2;
}
.TagClassName
{
border-color: #2605F2;
}
</style>