#427ED6

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

Shades of Royal Blue #427ED6

Tints of Royal Blue #427ED6

Color information

#427ED6 (or 0x427ED6) is unknown color: approx Royal Blue. HEX triplet: 42, 7E and D6. RGB value is (66,126,214). Sum of RGB (Red+Green+Blue) = 66+126+214=406 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.26% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 214 (83.98% from 255 or 52.71% from 406); Max value from RGB is 214 - color contains mainly: blue. Hex color #427ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427ED6 is #BD8129. Grayscale: #757575. Windows color (decimal): -12419370 or 14057026. OLE color: 14057026.

HSL color Cylindrical-coordinate representation of color #427ED6: hue angle of 215.68º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #427ED6 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB66126214-
CMYK0.690.4100.16
HSL215.68º64.35%54.9%-
HSV(B)215.68º69.16%83.92%-
XYZ21.8520.9366.51-
YUV118.09182.1290.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.26%
GREEN value IS 126 (49.61% from 255) = 31.03%
BLUE value IS 214 (83.98% from 255) = 52.71%
R=16.26%
G=31.03%
B=52.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal661262140.690.4100.16215.6864.3554.9
Hex427ED64529010d84037
Octal1021763261055102033010067
Binary10000101111110110101101000101101001010000110110001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,126,214); }

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

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

 a { background-color: rgb(66,126,214); }

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

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

 span { border-color: rgb(66,126,214); }

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