Shades of Royal Blue #275CF2
Tints of Royal Blue #275CF2
RGB
CMYK
RGB Variations
Color information
#275CF2 (or 0x275CF2) is known color: Royal Blue. HEX triplet: 27, 5C and F2. RGB value is (39,92,242). Sum of RGB (Red+Green+Blue) = 39+92+242=373 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.46% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 242 (94.92% from 255 or 64.88% from 373); Max value from RGB is 242 - color contains mainly: blue. Hex color #275CF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275CF2 is #D8A30D. Grayscale: #5C5C5C. Windows color (decimal): -14197518 or 15883303. OLE color: 15883303.
HSL color Cylindrical-coordinate representation of color #275CF2: hue angle of 224.33º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #275CF2 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 92 | 242 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.05 |
| HSL | 224.34º | 0.89% | 0.55% | - |
| HSV(B) | 224.34º | 0.84% | 0.95% | - |
| XYZ | 20.69 | 14.5 | 85.71 | - |
| YUV | 93.25 | 211.94 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 242 | 0.84 | 0.62 | 0 | 0.05 | 224.34 | 0.89 | 0.55 |
| Hex | 27 | 5C | F2 | 54 | 3E | 0 | 5 | E0 | 59 | 37 |
| Octal | 47 | 134 | 362 | 124 | 76 | 0 | 5 | 340 | 131 | 67 |
| Binary | 100111 | 1011100 | 11110010 | 1010100 | 111110 | 0 | 101 | 11100000 | 1011001 | 110111 |
Color Harmonies of #275CF2
Complementary color
Monochromatic Colors of #275CF2
Black with #275CF2
Text Example
Text Example
White with #275CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275CF2; }
p { color: rgb(39,92,242); }
H1.HeaderClassName
{
color: #275CF2;
}
.AnyTagClassName
{
color: #275CF2;
}
</style>
background-color css
<style>
a { background-color: #275CF2; }
a { background-color: rgb(39,92,242); }
div.DivClassName
{
background-color: #275CF2;
}
.BgClassName
{
background-color: #275CF2;
}
</style>
border-color css
<style>
span { border-color: #275CF2; }
span { border-color: rgb(39,92,242); }
td.TdClassName
{
border-color: #275CF2;
}
.TagClassName
{
border-color: #275CF2;
}
</style>