Shades of Blue #2603FA
Tints of Blue #2603FA
RGB
CMYK
RGB Variations
Color information
#2603FA (or 0x2603FA) is known color: Blue. HEX triplet: 26, 03 and FA. RGB value is (38,3,250). Sum of RGB (Red+Green+Blue) = 38+3+250=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 250 (98.05% from 255 or 85.91% from 291); Max value from RGB is 250 - color contains mainly: blue. Hex color #2603FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2603FA is #D9FC05. Grayscale: #282828. Windows color (decimal): -14285830 or 16384806. OLE color: 16384806.
HSL color Cylindrical-coordinate representation of color #2603FA: hue angle of 248.5º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2603FA is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 3 | 250 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.02 |
| HSL | 248.5º | 0.98% | 0.5% | - |
| HSV(B) | 248.5º | 0.99% | 0.98% | - |
| XYZ | 18.09 | 7.38 | 90.91 | - |
| YUV | 41.62 | 245.6 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 3 | 250 | 0.85 | 0.99 | 0 | 0.02 | 248.5 | 0.98 | 0.5 |
| Hex | 26 | 3 | FA | 55 | 63 | 0 | 2 | F9 | 62 | 32 |
| Octal | 46 | 3 | 372 | 125 | 143 | 0 | 2 | 371 | 142 | 62 |
| Binary | 100110 | 11 | 11111010 | 1010101 | 1100011 | 0 | 10 | 11111001 | 1100010 | 110010 |
Color Harmonies of #2603FA
Complementary color
Monochromatic Colors of #2603FA
Black with #2603FA
Text Example
Text Example
White with #2603FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2603FA; }
p { color: rgb(38,3,250); }
H1.HeaderClassName
{
color: #2603FA;
}
.AnyTagClassName
{
color: #2603FA;
}
</style>
background-color css
<style>
a { background-color: #2603FA; }
a { background-color: rgb(38,3,250); }
div.DivClassName
{
background-color: #2603FA;
}
.BgClassName
{
background-color: #2603FA;
}
</style>
border-color css
<style>
span { border-color: #2603FA; }
span { border-color: rgb(38,3,250); }
td.TdClassName
{
border-color: #2603FA;
}
.TagClassName
{
border-color: #2603FA;
}
</style>