#427DE5

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

Shades of Royal Blue #427DE5

Tints of Royal Blue #427DE5

Color information

#427DE5 (or 0x427DE5) is unknown color: approx Royal Blue. HEX triplet: 42, 7D and E5. RGB value is (66,125,229). Sum of RGB (Red+Green+Blue) = 66+125+229=420 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.71% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 229 (89.84% from 255 or 54.52% from 420); Max value from RGB is 229 - color contains mainly: blue. Hex color #427DE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DE5 is #BD821A. Grayscale: #767676. Windows color (decimal): -12419611 or 15039810. OLE color: 15039810.

HSL color Cylindrical-coordinate representation of color #427DE5: hue angle of 218.28º 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 #427DE5 is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB66125229-
CMYK0.710.4500.10
HSL218.28º75.81%57.84%-
HSV(B)218.28º71.18%89.8%-
XYZ23.7221.4877.02-
YUV119.22189.9590.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.71%
GREEN value IS 125 (49.22% from 255) = 29.76%
BLUE value IS 229 (89.84% from 255) = 54.52%
R=15.71%
G=29.76%
B=54.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal661252290.710.4500.10218.2875.8157.84
Hex427DE5472D0Ada4c3a
Octal1021753451075501233211472
Binary1000010111110111100101100011110110101010110110101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427DE5; }

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

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

<style>
 a { background-color: #427DE5; }

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

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

<style>
 span { border-color: #427DE5; }

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

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