#2659E0

Color #2659E0 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2659E0

Tints of Royal Blue #2659E0

Color information

#2659E0 (or 0x2659E0) is unknown color: approx Royal Blue. HEX triplet: 26, 59 and E0. RGB value is (38,89,224). Sum of RGB (Red+Green+Blue) = 38+89+224=351 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.83% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 224 (87.89% from 255 or 63.82% from 351); Max value from RGB is 224 - color contains mainly: blue. Hex color #2659E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2659E0 is #D9A61F. Grayscale: #585858. Windows color (decimal): -14263840 or 14702886. OLE color: 14702886.

HSL color Cylindrical-coordinate representation of color #2659E0: hue angle of 223.55º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2659E0 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB3889224-
CMYK0.830.6000.12
HSL223.55º75%51.37%-
HSV(B)223.55º83.04%87.84%-
XYZ17.8312.9472.08-
YUV89.14204.191.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 10.83%
GREEN value IS 89 (35.16% from 255) = 25.36%
BLUE value IS 224 (87.89% from 255) = 63.82%
R=10.83%
G=25.36%
B=63.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal38892240.830.6000.12223.557551.37
Hex2659E0533C0Ce04b33
Octal461313401237401434011363
Binary100110101100111100000101001111110001100111000001001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2659E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2659E0; }

 p { color: rgb(38,89,224); }

 H1.HeaderClassName
 {
   color: #2659E0;
 }
 .AnyTagClassName
 {
   color: #2659E0;
 }
</style>
background-color css

<style>
 a { background-color: #2659E0; }

 a { background-color: rgb(38,89,224); }

 div.DivClassName
 {
   background-color: #2659E0;
 }
 .BgClassName
 {
   background-color: #2659E0;
 }
</style>
border-color css

<style>
 span { border-color: #2659E0; }

 span { border-color: rgb(38,89,224); }

 td.TdClassName
 {
   border-color: #2659E0;
 }
 .TagClassName
 {
   border-color: #2659E0;
 }
</style>