#425BE5

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

Shades of Royal Blue #425BE5

Tints of Royal Blue #425BE5

Color information

#425BE5 (or 0x425BE5) is unknown color: approx Royal Blue. HEX triplet: 42, 5B and E5. RGB value is (66,91,229). Sum of RGB (Red+Green+Blue) = 66+91+229=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 229 (89.84% from 255 or 59.33% from 386); Max value from RGB is 229 - color contains mainly: blue. Hex color #425BE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425BE5 is #BDA41A. Grayscale: #626262. Windows color (decimal): -12428315 or 15031106. OLE color: 15031106.

HSL color Cylindrical-coordinate representation of color #425BE5: hue angle of 230.8º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #425BE5 is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB6691229-
CMYK0.710.6000.10
HSL230.8º75.81%57.84%-
HSV(B)230.8º71.18%89.8%-
XYZ20.1314.375.83-
YUV99.26201.22104.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.10%
GREEN value IS 91 (35.94% from 255) = 23.58%
BLUE value IS 229 (89.84% from 255) = 59.33%
R=17.10%
G=23.58%
B=59.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal66912290.710.6000.10230.875.8157.84
Hex425BE5473C0Ae74c3a
Octal1021333451077401234711472
Binary1000010101101111100101100011111110001010111001111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425BE5; }

 p { color: rgb(66,91,229); }

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

<style>
 a { background-color: #425BE5; }

 a { background-color: rgb(66,91,229); }

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

<style>
 span { border-color: #425BE5; }

 span { border-color: rgb(66,91,229); }

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