#425ADD

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

Shades of Royal Blue #425ADD

Tints of Royal Blue #425ADD

Color information

#425ADD (or 0x425ADD) is unknown color: approx Royal Blue. HEX triplet: 42, 5A and DD. RGB value is (66,90,221). Sum of RGB (Red+Green+Blue) = 66+90+221=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #425ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425ADD is #BDA522. Grayscale: #616161. Windows color (decimal): -12428579 or 14506562. OLE color: 14506562.

HSL color Cylindrical-coordinate representation of color #425ADD: hue angle of 230.71º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #425ADD is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6690221-
CMYK0.700.5900.13
HSL230.71º69.51%56.27%-
HSV(B)230.71º70.14%86.67%-
XYZ18.9513.6970.05-
YUV97.76197.55105.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.51%
GREEN value IS 90 (35.55% from 255) = 23.87%
BLUE value IS 221 (86.72% from 255) = 58.62%
R=17.51%
G=23.87%
B=58.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal66902210.700.5900.13230.7169.5156.27
Hex425ADD463B0De74638
Octal1021323351067301534710670
Binary1000010101101011011101100011011101101101111001111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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