Shades of Royal Blue #2C75EF
Tints of Royal Blue #2C75EF
RGB
CMYK
RGB Variations
Color information
#2C75EF (or 0x2C75EF) is known color: Royal Blue. HEX triplet: 2C, 75 and EF. RGB value is (44,117,239). Sum of RGB (Red+Green+Blue) = 44+117+239=400 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #2C75EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C75EF is #D38A10. Grayscale: #6C6C6C. Windows color (decimal): -13863441 or 15693100. OLE color: 15693100.
HSL color Cylindrical-coordinate representation of color #2C75EF: hue angle of 217.54º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C75EF is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 117 | 239 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.06 |
| HSL | 217.54º | 0.86% | 0.55% | - |
| HSV(B) | 217.54º | 0.82% | 0.94% | - |
| XYZ | 22.98 | 19.49 | 84.21 | - |
| YUV | 109.08 | 201.32 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 117 | 239 | 0.82 | 0.51 | 0 | 0.06 | 217.54 | 0.86 | 0.55 |
| Hex | 2C | 75 | EF | 52 | 33 | 0 | 6 | DA | 56 | 37 |
| Octal | 54 | 165 | 357 | 122 | 63 | 0 | 6 | 332 | 126 | 67 |
| Binary | 101100 | 1110101 | 11101111 | 1010010 | 110011 | 0 | 110 | 11011010 | 1010110 | 110111 |
Color Harmonies of #2C75EF
Complementary color
Monochromatic Colors of #2C75EF
Black with #2C75EF
Text Example
Text Example
White with #2C75EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C75EF; }
p { color: rgb(44,117,239); }
H1.HeaderClassName
{
color: #2C75EF;
}
.AnyTagClassName
{
color: #2C75EF;
}
</style>
background-color css
<style>
a { background-color: #2C75EF; }
a { background-color: rgb(44,117,239); }
div.DivClassName
{
background-color: #2C75EF;
}
.BgClassName
{
background-color: #2C75EF;
}
</style>
border-color css
<style>
span { border-color: #2C75EF; }
span { border-color: rgb(44,117,239); }
td.TdClassName
{
border-color: #2C75EF;
}
.TagClassName
{
border-color: #2C75EF;
}
</style>