Shades of Royal Blue #2667FC
Tints of Royal Blue #2667FC
RGB
CMYK
RGB Variations
Color information
#2667FC (or 0x2667FC) is known color: Royal Blue. HEX triplet: 26, 67 and FC. RGB value is (38,103,252). Sum of RGB (Red+Green+Blue) = 38+103+252=393 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.67% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #2667FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2667FC is #D99803. Grayscale: #636363. Windows color (decimal): -14260228 or 16541478. OLE color: 16541478.
HSL color Cylindrical-coordinate representation of color #2667FC: hue angle of 221.78º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2667FC is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 103 | 252 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.01 |
| HSL | 221.78º | 0.97% | 0.57% | - |
| HSV(B) | 221.78º | 0.85% | 0.99% | - |
| XYZ | 23.22 | 17.14 | 94.18 | - |
| YUV | 100.55 | 213.47 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 103 | 252 | 0.85 | 0.59 | 0 | 0.01 | 221.78 | 0.97 | 0.57 |
| Hex | 26 | 67 | FC | 55 | 3B | 0 | 1 | DE | 61 | 39 |
| Octal | 46 | 147 | 374 | 125 | 73 | 0 | 1 | 336 | 141 | 71 |
| Binary | 100110 | 1100111 | 11111100 | 1010101 | 111011 | 0 | 1 | 11011110 | 1100001 | 111001 |
Color Harmonies of #2667FC
Complementary color
Monochromatic Colors of #2667FC
Black with #2667FC
Text Example
Text Example
White with #2667FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2667FC; }
p { color: rgb(38,103,252); }
H1.HeaderClassName
{
color: #2667FC;
}
.AnyTagClassName
{
color: #2667FC;
}
</style>
background-color css
<style>
a { background-color: #2667FC; }
a { background-color: rgb(38,103,252); }
div.DivClassName
{
background-color: #2667FC;
}
.BgClassName
{
background-color: #2667FC;
}
</style>
border-color css
<style>
span { border-color: #2667FC; }
span { border-color: rgb(38,103,252); }
td.TdClassName
{
border-color: #2667FC;
}
.TagClassName
{
border-color: #2667FC;
}
</style>