Shades of Blue #2307EE
Tints of Blue #2307EE
RGB
CMYK
RGB Variations
Color information
#2307EE (or 0x2307EE) is known color: Blue. HEX triplet: 23, 07 and EE. RGB value is (35,7,238). Sum of RGB (Red+Green+Blue) = 35+7+238=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 238 (93.36% from 255 or 85% from 280); Max value from RGB is 238 - color contains mainly: blue. Hex color #2307EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2307EE is #DCF811. Grayscale: #282828. Windows color (decimal): -14481426 or 15599395. OLE color: 15599395.
HSL color Cylindrical-coordinate representation of color #2307EE: hue angle of 247.27º 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 #2307EE is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 7 | 238 | - |
| CMYK | 0.85 | 0.97 | 0 | 0.07 |
| HSL | 247.27º | 0.94% | 0.48% | - |
| HSV(B) | 247.27º | 0.97% | 0.93% | - |
| XYZ | 16.2 | 6.68 | 81.32 | - |
| YUV | 41.71 | 238.78 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 7 | 238 | 0.85 | 0.97 | 0 | 0.07 | 247.27 | 0.94 | 0.48 |
| Hex | 23 | 7 | EE | 55 | 61 | 0 | 7 | F7 | 5E | 30 |
| Octal | 43 | 7 | 356 | 125 | 141 | 0 | 7 | 367 | 136 | 60 |
| Binary | 100011 | 111 | 11101110 | 1010101 | 1100001 | 0 | 111 | 11110111 | 1011110 | 110000 |
Color Harmonies of #2307EE
Complementary color
Monochromatic Colors of #2307EE
Black with #2307EE
Text Example
Text Example
White with #2307EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2307EE; }
p { color: rgb(35,7,238); }
H1.HeaderClassName
{
color: #2307EE;
}
.AnyTagClassName
{
color: #2307EE;
}
</style>
background-color css
<style>
a { background-color: #2307EE; }
a { background-color: rgb(35,7,238); }
div.DivClassName
{
background-color: #2307EE;
}
.BgClassName
{
background-color: #2307EE;
}
</style>
border-color css
<style>
span { border-color: #2307EE; }
span { border-color: rgb(35,7,238); }
td.TdClassName
{
border-color: #2307EE;
}
.TagClassName
{
border-color: #2307EE;
}
</style>