#427CF7

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

Shades of Royal Blue #427CF7

Tints of Royal Blue #427CF7

Color information

#427CF7 (or 0x427CF7) is unknown color: approx Royal Blue. HEX triplet: 42, 7C and F7. RGB value is (66,124,247). Sum of RGB (Red+Green+Blue) = 66+124+247=437 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.10% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 247 (96.88% from 255 or 56.52% from 437); Max value from RGB is 247 - color contains mainly: blue. Hex color #427CF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427CF7 is #BD8308. Grayscale: #787878. Windows color (decimal): -12419849 or 16219202. OLE color: 16219202.

HSL color Cylindrical-coordinate representation of color #427CF7: hue angle of 220.77º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #427CF7 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB66124247-
CMYK0.730.5000.03
HSL220.77º91.88%61.37%-
HSV(B)220.77º73.28%96.86%-
XYZ26.2422.2990.91-
YUV120.68199.2889-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.10%
GREEN value IS 124 (48.83% from 255) = 28.38%
BLUE value IS 247 (96.88% from 255) = 56.52%
R=15.10%
G=28.38%
B=56.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal661242470.730.5000.03220.7791.8861.37
Hex427CF7493203dd5c3d
Octal102174367111620333513475
Binary10000101111100111101111001001110010011110111011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,124,247); }

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

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

 a { background-color: rgb(66,124,247); }

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

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

 span { border-color: rgb(66,124,247); }

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