Shades of Royal Blue #275FDC
Tints of Royal Blue #275FDC
RGB
CMYK
RGB Variations
Color information
#275FDC (or 0x275FDC) is known color: Royal Blue. HEX triplet: 27, 5F and DC. RGB value is (39,95,220). Sum of RGB (Red+Green+Blue) = 39+95+220=354 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.02% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #275FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275FDC is #D8A023. Grayscale: #5B5B5B. Windows color (decimal): -14196772 or 14442279. OLE color: 14442279.
HSL color Cylindrical-coordinate representation of color #275FDC: hue angle of 221.44º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #275FDC is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 95 | 220 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.14 |
| HSL | 221.44º | 0.72% | 0.51% | - |
| HSV(B) | 221.44º | 0.82% | 0.86% | - |
| XYZ | 17.85 | 13.78 | 69.43 | - |
| YUV | 92.51 | 199.95 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 95 | 220 | 0.82 | 0.57 | 0 | 0.14 | 221.44 | 0.72 | 0.51 |
| Hex | 27 | 5F | DC | 52 | 39 | 0 | E | DD | 48 | 33 |
| Octal | 47 | 137 | 334 | 122 | 71 | 0 | 16 | 335 | 110 | 63 |
| Binary | 100111 | 1011111 | 11011100 | 1010010 | 111001 | 0 | 1110 | 11011101 | 1001000 | 110011 |
Color Harmonies of #275FDC
Complementary color
Monochromatic Colors of #275FDC
Black with #275FDC
Text Example
Text Example
White with #275FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275FDC; }
p { color: rgb(39,95,220); }
H1.HeaderClassName
{
color: #275FDC;
}
.AnyTagClassName
{
color: #275FDC;
}
</style>
background-color css
<style>
a { background-color: #275FDC; }
a { background-color: rgb(39,95,220); }
div.DivClassName
{
background-color: #275FDC;
}
.BgClassName
{
background-color: #275FDC;
}
</style>
border-color css
<style>
span { border-color: #275FDC; }
span { border-color: rgb(39,95,220); }
td.TdClassName
{
border-color: #275FDC;
}
.TagClassName
{
border-color: #275FDC;
}
</style>