#425BE7

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

Shades of Royal Blue #425BE7

Tints of Royal Blue #425BE7

Color information

#425BE7 (or 0x425BE7) is unknown color: approx Royal Blue. HEX triplet: 42, 5B and E7. RGB value is (66,91,231). Sum of RGB (Red+Green+Blue) = 66+91+231=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 231 (90.62% from 255 or 59.54% from 388); Max value from RGB is 231 - color contains mainly: blue. Hex color #425BE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425BE7 is #BDA418. Grayscale: #626262. Windows color (decimal): -12428313 or 15162178. OLE color: 15162178.

HSL color Cylindrical-coordinate representation of color #425BE7: hue angle of 230.91º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #425BE7 is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB6691231-
CMYK0.710.6100.09
HSL230.91º77.46%58.24%-
HSV(B)230.91º71.43%90.59%-
XYZ20.4114.4177.31-
YUV99.48202.22104.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.01%
GREEN value IS 91 (35.94% from 255) = 23.45%
BLUE value IS 231 (90.62% from 255) = 59.54%
R=17.01%
G=23.45%
B=59.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal66912310.710.6100.09230.9177.4658.24
Hex425BE7473D09e74d3a
Octal1021333471077501134711572
Binary1000010101101111100111100011111110101001111001111001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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