Shades of Blue #2607ED
Tints of Blue #2607ED
RGB
CMYK
RGB Variations
Color information
#2607ED (or 0x2607ED) is known color: Blue. HEX triplet: 26, 07 and ED. RGB value is (38,7,237). Sum of RGB (Red+Green+Blue) = 38+7+237=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 237 (92.97% from 255 or 84.04% from 282); Max value from RGB is 237 - color contains mainly: blue. Hex color #2607ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2607ED is #D9F812. Grayscale: #292929. Windows color (decimal): -14284819 or 15533862. OLE color: 15533862.
HSL color Cylindrical-coordinate representation of color #2607ED: hue angle of 248.09º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2607ED is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 7 | 237 | - |
| CMYK | 0.84 | 0.97 | 0 | 0.07 |
| HSL | 248.09º | 0.94% | 0.48% | - |
| HSV(B) | 248.09º | 0.97% | 0.93% | - |
| XYZ | 16.16 | 6.68 | 80.56 | - |
| YUV | 42.49 | 237.77 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 7 | 237 | 0.84 | 0.97 | 0 | 0.07 | 248.09 | 0.94 | 0.48 |
| Hex | 26 | 7 | ED | 54 | 61 | 0 | 7 | F8 | 5E | 30 |
| Octal | 46 | 7 | 355 | 124 | 141 | 0 | 7 | 370 | 136 | 60 |
| Binary | 100110 | 111 | 11101101 | 1010100 | 1100001 | 0 | 111 | 11111000 | 1011110 | 110000 |
Color Harmonies of #2607ED
Complementary color
Monochromatic Colors of #2607ED
Black with #2607ED
Text Example
Text Example
White with #2607ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2607ED; }
p { color: rgb(38,7,237); }
H1.HeaderClassName
{
color: #2607ED;
}
.AnyTagClassName
{
color: #2607ED;
}
</style>
background-color css
<style>
a { background-color: #2607ED; }
a { background-color: rgb(38,7,237); }
div.DivClassName
{
background-color: #2607ED;
}
.BgClassName
{
background-color: #2607ED;
}
</style>
border-color css
<style>
span { border-color: #2607ED; }
span { border-color: rgb(38,7,237); }
td.TdClassName
{
border-color: #2607ED;
}
.TagClassName
{
border-color: #2607ED;
}
</style>