#264AE9

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

Shades of Royal Blue #264AE9

Tints of Royal Blue #264AE9

Color information

#264AE9 (or 0x264AE9) is unknown color: approx Royal Blue. HEX triplet: 26, 4A and E9. RGB value is (38,74,233). Sum of RGB (Red+Green+Blue) = 38+74+233=345 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.01% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 233 (91.41% from 255 or 67.54% from 345); Max value from RGB is 233 - color contains mainly: blue. Hex color #264AE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #264AE9 is #D9B516. Grayscale: #505050. Windows color (decimal): -14267671 or 15288870. OLE color: 15288870.

HSL color Cylindrical-coordinate representation of color #264AE9: hue angle of 228.92º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #264AE9 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3874233-
CMYK0.840.6800.09
HSL228.92º81.59%53.14%-
HSV(B)228.92º83.69%91.37%-
XYZ17.9611.1978.3-
YUV81.36213.5797.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.01%
GREEN value IS 74 (29.30% from 255) = 21.45%
BLUE value IS 233 (91.41% from 255) = 67.54%
R=11.01%
G=21.45%
B=67.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal38742330.840.6800.09228.9281.5953.14
Hex264AE9544409e55235
Octal4611235112410401134512265
Binary1001101001010111010011010100100010001001111001011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264AE9; }

 p { color: rgb(38,74,233); }

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

<style>
 a { background-color: #264AE9; }

 a { background-color: rgb(38,74,233); }

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

<style>
 span { border-color: #264AE9; }

 span { border-color: rgb(38,74,233); }

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