Shades of Royal Blue #275FDF
Tints of Royal Blue #275FDF
RGB
CMYK
RGB Variations
Color information
#275FDF (or 0x275FDF) is known color: Royal Blue. HEX triplet: 27, 5F and DF. RGB value is (39,95,223). Sum of RGB (Red+Green+Blue) = 39+95+223=357 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.92% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #275FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275FDF is #D8A020. Grayscale: #5C5C5C. Windows color (decimal): -14196769 or 14638887. OLE color: 14638887.
HSL color Cylindrical-coordinate representation of color #275FDF: hue angle of 221.74º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #275FDF is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 95 | 223 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.13 |
| HSL | 221.74º | 0.74% | 0.51% | - |
| HSV(B) | 221.74º | 0.83% | 0.87% | - |
| XYZ | 18.25 | 13.94 | 71.54 | - |
| YUV | 92.85 | 201.45 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 95 | 223 | 0.83 | 0.57 | 0 | 0.13 | 221.74 | 0.74 | 0.51 |
| Hex | 27 | 5F | DF | 53 | 39 | 0 | D | DE | 4A | 33 |
| Octal | 47 | 137 | 337 | 123 | 71 | 0 | 15 | 336 | 112 | 63 |
| Binary | 100111 | 1011111 | 11011111 | 1010011 | 111001 | 0 | 1101 | 11011110 | 1001010 | 110011 |
Color Harmonies of #275FDF
Complementary color
Monochromatic Colors of #275FDF
Black with #275FDF
Text Example
Text Example
White with #275FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275FDF; }
p { color: rgb(39,95,223); }
H1.HeaderClassName
{
color: #275FDF;
}
.AnyTagClassName
{
color: #275FDF;
}
</style>
background-color css
<style>
a { background-color: #275FDF; }
a { background-color: rgb(39,95,223); }
div.DivClassName
{
background-color: #275FDF;
}
.BgClassName
{
background-color: #275FDF;
}
</style>
border-color css
<style>
span { border-color: #275FDF; }
span { border-color: rgb(39,95,223); }
td.TdClassName
{
border-color: #275FDF;
}
.TagClassName
{
border-color: #275FDF;
}
</style>