Shades of Royal Blue #2665FD
Tints of Royal Blue #2665FD
RGB
CMYK
RGB Variations
Color information
#2665FD (or 0x2665FD) is known color: Royal Blue. HEX triplet: 26, 65 and FD. RGB value is (38,101,253). Sum of RGB (Red+Green+Blue) = 38+101+253=392 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.69% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 253 (99.22% from 255 or 64.54% from 392); Max value from RGB is 253 - color contains mainly: blue. Hex color #2665FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2665FD is #D99A02. Grayscale: #626262. Windows color (decimal): -14260739 or 16606502. OLE color: 16606502.
HSL color Cylindrical-coordinate representation of color #2665FD: hue angle of 222.42º degrees, saturation: 0.98, 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 #2665FD is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 101 | 253 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.01 |
| HSL | 222.42º | 0.98% | 0.57% | - |
| HSV(B) | 222.42º | 0.85% | 0.99% | - |
| XYZ | 23.18 | 16.81 | 94.95 | - |
| YUV | 99.49 | 214.63 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 101 | 253 | 0.85 | 0.60 | 0 | 0.01 | 222.42 | 0.98 | 0.57 |
| Hex | 26 | 65 | FD | 55 | 3C | 0 | 1 | DE | 62 | 39 |
| Octal | 46 | 145 | 375 | 125 | 74 | 0 | 1 | 336 | 142 | 71 |
| Binary | 100110 | 1100101 | 11111101 | 1010101 | 111100 | 0 | 1 | 11011110 | 1100010 | 111001 |
Color Harmonies of #2665FD
Complementary color
Monochromatic Colors of #2665FD
Black with #2665FD
Text Example
Text Example
White with #2665FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2665FD; }
p { color: rgb(38,101,253); }
H1.HeaderClassName
{
color: #2665FD;
}
.AnyTagClassName
{
color: #2665FD;
}
</style>
background-color css
<style>
a { background-color: #2665FD; }
a { background-color: rgb(38,101,253); }
div.DivClassName
{
background-color: #2665FD;
}
.BgClassName
{
background-color: #2665FD;
}
</style>
border-color css
<style>
span { border-color: #2665FD; }
span { border-color: rgb(38,101,253); }
td.TdClassName
{
border-color: #2665FD;
}
.TagClassName
{
border-color: #2665FD;
}
</style>