#427EFA

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

Shades of Royal Blue #427EFA

Tints of Royal Blue #427EFA

Color information

#427EFA (or 0x427EFA) is unknown color: approx Royal Blue. HEX triplet: 42, 7E and FA. RGB value is (66,126,250). Sum of RGB (Red+Green+Blue) = 66+126+250=442 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.93% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #427EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427EFA is #BD8105. Grayscale: #797979. Windows color (decimal): -12419334 or 16416322. OLE color: 16416322.

HSL color Cylindrical-coordinate representation of color #427EFA: hue angle of 220.43º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #427EFA is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB66126250-
CMYK0.740.5000.02
HSL220.43º94.85%61.96%-
HSV(B)220.43º73.6%98.04%-
XYZ26.9622.9893.46-
YUV122.2200.1287.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.93%
GREEN value IS 126 (49.61% from 255) = 28.51%
BLUE value IS 250 (98.05% from 255) = 56.56%
R=14.93%
G=28.51%
B=56.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal661262500.740.5000.02220.4394.8561.96
Hex427EFA4A3202dc5f3e
Octal102176372112620233413776
Binary10000101111110111110101001010110010010110111001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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