Shades of Royal Blue #2769FA
Tints of Royal Blue #2769FA
RGB
CMYK
RGB Variations
Color information
#2769FA (or 0x2769FA) is known color: Royal Blue. HEX triplet: 27, 69 and FA. RGB value is (39,105,250). Sum of RGB (Red+Green+Blue) = 39+105+250=394 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.90% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #2769FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2769FA is #D89605. Grayscale: #656565. Windows color (decimal): -14194182 or 16410919. OLE color: 16410919.
HSL color Cylindrical-coordinate representation of color #2769FA: hue angle of 221.23º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2769FA is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 105 | 250 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.02 |
| HSL | 221.23º | 0.95% | 0.57% | - |
| HSV(B) | 221.23º | 0.84% | 0.98% | - |
| XYZ | 23.14 | 17.44 | 92.59 | - |
| YUV | 101.8 | 211.63 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 105 | 250 | 0.84 | 0.58 | 0 | 0.02 | 221.23 | 0.95 | 0.57 |
| Hex | 27 | 69 | FA | 54 | 3A | 0 | 2 | DD | 5F | 39 |
| Octal | 47 | 151 | 372 | 124 | 72 | 0 | 2 | 335 | 137 | 71 |
| Binary | 100111 | 1101001 | 11111010 | 1010100 | 111010 | 0 | 10 | 11011101 | 1011111 | 111001 |
Color Harmonies of #2769FA
Complementary color
Monochromatic Colors of #2769FA
Black with #2769FA
Text Example
Text Example
White with #2769FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2769FA; }
p { color: rgb(39,105,250); }
H1.HeaderClassName
{
color: #2769FA;
}
.AnyTagClassName
{
color: #2769FA;
}
</style>
background-color css
<style>
a { background-color: #2769FA; }
a { background-color: rgb(39,105,250); }
div.DivClassName
{
background-color: #2769FA;
}
.BgClassName
{
background-color: #2769FA;
}
</style>
border-color css
<style>
span { border-color: #2769FA; }
span { border-color: rgb(39,105,250); }
td.TdClassName
{
border-color: #2769FA;
}
.TagClassName
{
border-color: #2769FA;
}
</style>