#4054DE

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

Shades of Royal Blue #4054DE

Tints of Royal Blue #4054DE

Color information

#4054DE (or 0x4054DE) is unknown color: approx Royal Blue. HEX triplet: 40, 54 and DE. RGB value is (64,84,222). Sum of RGB (Red+Green+Blue) = 64+84+222=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #4054DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4054DE is #BFAB21. Grayscale: #5D5D5D. Windows color (decimal): -12561186 or 14570560. OLE color: 14570560.

HSL color Cylindrical-coordinate representation of color #4054DE: hue angle of 232.41º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4054DE is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6484222-
CMYK0.710.6200.13
HSL232.41º70.54%56.08%-
HSV(B)232.41º71.17%87.06%-
XYZ18.4712.770.59-
YUV93.75200.37106.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.30%
GREEN value IS 84 (33.20% from 255) = 22.70%
BLUE value IS 222 (87.11% from 255) = 60%
R=17.30%
G=22.70%
B=60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal64842220.710.6200.13232.4170.5456.08
Hex4054DE473E0De84738
Octal1001243361077601535010770
Binary1000000101010011011110100011111111001101111010001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4054DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4054DE; }

 p { color: rgb(64,84,222); }

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

<style>
 a { background-color: #4054DE; }

 a { background-color: rgb(64,84,222); }

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

<style>
 span { border-color: #4054DE; }

 span { border-color: rgb(64,84,222); }

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