Shades of Medium Blue #2C09CF
Tints of Medium Blue #2C09CF
RGB
CMYK
RGB Variations
Color information
#2C09CF (or 0x2C09CF) is known color: Medium Blue. HEX triplet: 2C, 09 and CF. RGB value is (44,9,207). Sum of RGB (Red+Green+Blue) = 44+9+207=260 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.92% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 207 (81.25% from 255 or 79.62% from 260); Max value from RGB is 207 - color contains mainly: blue. Hex color #2C09CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C09CF is #D3F630. Grayscale: #292929. Windows color (decimal): -13891121 or 13568300. OLE color: 13568300.
HSL color Cylindrical-coordinate representation of color #2C09CF: hue angle of 250.61º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C09CF is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 9 | 207 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.19 |
| HSL | 250.61º | 0.92% | 0.42% | - |
| HSV(B) | 250.61º | 0.96% | 0.81% | - |
| XYZ | 12.4 | 5.24 | 59.39 | - |
| YUV | 42.04 | 221.1 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 9 | 207 | 0.79 | 0.96 | 0 | 0.19 | 250.61 | 0.92 | 0.42 |
| Hex | 2C | 9 | CF | 4F | 60 | 0 | 13 | FB | 5C | 2A |
| Octal | 54 | 11 | 317 | 117 | 140 | 0 | 23 | 373 | 134 | 52 |
| Binary | 101100 | 1001 | 11001111 | 1001111 | 1100000 | 0 | 10011 | 11111011 | 1011100 | 101010 |
Color Harmonies of #2C09CF
Complementary color
Monochromatic Colors of #2C09CF
Black with #2C09CF
Text Example
Text Example
White with #2C09CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C09CF; }
p { color: rgb(44,9,207); }
H1.HeaderClassName
{
color: #2C09CF;
}
.AnyTagClassName
{
color: #2C09CF;
}
</style>
background-color css
<style>
a { background-color: #2C09CF; }
a { background-color: rgb(44,9,207); }
div.DivClassName
{
background-color: #2C09CF;
}
.BgClassName
{
background-color: #2C09CF;
}
</style>
border-color css
<style>
span { border-color: #2C09CF; }
span { border-color: rgb(44,9,207); }
td.TdClassName
{
border-color: #2C09CF;
}
.TagClassName
{
border-color: #2C09CF;
}
</style>