#264EE9

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

Shades of Royal Blue #264EE9

Tints of Royal Blue #264EE9

Color information

#264EE9 (or 0x264EE9) is unknown color: approx Royal Blue. HEX triplet: 26, 4E and E9. RGB value is (38,78,233). Sum of RGB (Red+Green+Blue) = 38+78+233=349 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.89% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 233 (91.41% from 255 or 66.76% from 349); Max value from RGB is 233 - color contains mainly: blue. Hex color #264EE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #264EE9 is #D9B116. Grayscale: #535353. Windows color (decimal): -14266647 or 15289894. OLE color: 15289894.

HSL color Cylindrical-coordinate representation of color #264EE9: hue angle of 227.69º 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 #264EE9 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3878233-
CMYK0.840.6700.09
HSL227.69º81.59%53.14%-
HSV(B)227.69º83.69%91.37%-
XYZ18.2311.7478.4-
YUV83.71212.2595.4-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.89%
GREEN value IS 78 (30.86% from 255) = 22.35%
BLUE value IS 233 (91.41% from 255) = 66.76%
R=10.89%
G=22.35%
B=66.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal38782330.840.6700.09227.6981.5953.14
Hex264EE9544309e45235
Octal4611635112410301134412265
Binary1001101001110111010011010100100001101001111001001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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