#264eee

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

Shades of Royal Blue #264EEE

Tints of Royal Blue #264EEE

Color information

#264EEE (or 0x264EEE) is unknown color: approx Royal Blue. HEX triplet: 26, 4E and EE. RGB value is (38,78,238). Sum of RGB (Red+Green+Blue) = 38+78+238=354 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.73% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 238 (93.36% from 255 or 67.23% from 354); Max value from RGB is 238 - color contains mainly: blue. Hex color #264EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #264EEE is #D9B111. Grayscale: #535353. Windows color (decimal): -14266642 or 15617574. OLE color: 15617574.

HSL color Cylindrical-coordinate representation of color #264EEE: hue angle of 228º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #264EEE is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3878238-
CMYK0.840.6700.07
HSL228º85.47%54.12%-
HSV(B)228º84.03%93.33%-
XYZ18.9612.0382.21-
YUV84.28214.7594.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.73%
GREEN value IS 78 (30.86% from 255) = 22.03%
BLUE value IS 238 (93.36% from 255) = 67.23%
R=10.73%
G=22.03%
B=67.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal38782380.840.6700.0722885.4754.12
Hex264EEE544307e45536
Octal461163561241030734412566
Binary100110100111011101110101010010000110111111001001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264eee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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