#425AD9

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

Shades of Royal Blue #425AD9

Tints of Royal Blue #425AD9

Color information

#425AD9 (or 0x425AD9) is unknown color: approx Royal Blue. HEX triplet: 42, 5A and D9. RGB value is (66,90,217). Sum of RGB (Red+Green+Blue) = 66+90+217=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 217 (85.16% from 255 or 58.18% from 373); Max value from RGB is 217 - color contains mainly: blue. Hex color #425AD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425AD9 is #BDA526. Grayscale: #606060. Windows color (decimal): -12428583 or 14244418. OLE color: 14244418.

HSL color Cylindrical-coordinate representation of color #425AD9: hue angle of 230.46º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #425AD9 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6690217-
CMYK0.700.5900.15
HSL230.46º66.52%55.49%-
HSV(B)230.46º69.59%85.1%-
XYZ18.4313.4867.28-
YUV97.3195.55105.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.69%
GREEN value IS 90 (35.55% from 255) = 24.13%
BLUE value IS 217 (85.16% from 255) = 58.18%
R=17.69%
G=24.13%
B=58.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal66902170.700.5900.15230.4666.5255.49
Hex425AD9463B0Fe64337
Octal1021323311067301734610367
Binary1000010101101011011001100011011101101111111001101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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