#425AED

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

Shades of Royal Blue #425AED

Tints of Royal Blue #425AED

Color information

#425AED (or 0x425AED) is unknown color: approx Royal Blue. HEX triplet: 42, 5A and ED. RGB value is (66,90,237). Sum of RGB (Red+Green+Blue) = 66+90+237=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 237 (92.97% from 255 or 60.31% from 393); Max value from RGB is 237 - color contains mainly: blue. Hex color #425AED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425AED is #BDA512. Grayscale: #626262. Windows color (decimal): -12428563 or 15555138. OLE color: 15555138.

HSL color Cylindrical-coordinate representation of color #425AED: hue angle of 231.58º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #425AED is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6690237-
CMYK0.720.6200.07
HSL231.58º82.61%59.41%-
HSV(B)231.58º72.15%92.94%-
XYZ21.1914.5981.82-
YUV99.58205.55104.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.79%
GREEN value IS 90 (35.55% from 255) = 22.90%
BLUE value IS 237 (92.97% from 255) = 60.31%
R=16.79%
G=22.90%
B=60.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal66902370.720.6200.07231.5882.6159.41
Hex425AED483E07e8533b
Octal102132355110760735012373
Binary100001010110101110110110010001111100111111010001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,90,237); }

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

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

 a { background-color: rgb(66,90,237); }

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

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

 span { border-color: rgb(66,90,237); }

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