#427EF5

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

Shades of Royal Blue #427EF5

Tints of Royal Blue #427EF5

Color information

#427EF5 (or 0x427EF5) is unknown color: approx Royal Blue. HEX triplet: 42, 7E and F5. RGB value is (66,126,245). Sum of RGB (Red+Green+Blue) = 66+126+245=437 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.10% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 245 (96.09% from 255 or 56.06% from 437); Max value from RGB is 245 - color contains mainly: blue. Hex color #427EF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427EF5 is #BD810A. Grayscale: #797979. Windows color (decimal): -12419339 or 16088642. OLE color: 16088642.

HSL color Cylindrical-coordinate representation of color #427EF5: hue angle of 219.89º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #427EF5 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB66126245-
CMYK0.730.4900.04
HSL219.89º89.95%60.98%-
HSV(B)219.89º73.06%96.08%-
XYZ26.1922.6789.38-
YUV121.63197.6288.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.10%
GREEN value IS 126 (49.61% from 255) = 28.83%
BLUE value IS 245 (96.09% from 255) = 56.06%
R=15.10%
G=28.83%
B=56.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal661262450.730.4900.04219.8989.9560.98
Hex427EF5493104dc5a3d
Octal102176365111610433413275
Binary100001011111101111010110010011100010100110111001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427EF5; }

 p { color: rgb(66,126,245); }

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

<style>
 a { background-color: #427EF5; }

 a { background-color: rgb(66,126,245); }

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

<style>
 span { border-color: #427EF5; }

 span { border-color: rgb(66,126,245); }

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