#427FF1

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

Shades of Royal Blue #427FF1

Tints of Royal Blue #427FF1

Color information

#427FF1 (or 0x427FF1) is unknown color: approx Royal Blue. HEX triplet: 42, 7F and F1. RGB value is (66,127,241). Sum of RGB (Red+Green+Blue) = 66+127+241=434 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.21% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 241 (94.53% from 255 or 55.53% from 434); Max value from RGB is 241 - color contains mainly: blue. Hex color #427FF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427FF1 is #BD800E. Grayscale: #797979. Windows color (decimal): -12419087 or 15826754. OLE color: 15826754.

HSL color Cylindrical-coordinate representation of color #427FF1: hue angle of 219.09º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #427FF1 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB66127241-
CMYK0.730.4700.05
HSL219.09º86.21%60.2%-
HSV(B)219.09º72.61%94.51%-
XYZ25.7122.6986.24-
YUV121.76195.2988.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.21%
GREEN value IS 127 (50% from 255) = 29.26%
BLUE value IS 241 (94.53% from 255) = 55.53%
R=15.21%
G=29.26%
B=55.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal661272410.730.4700.05219.0986.2160.2
Hex427FF1492F05db563c
Octal102177361111570533312674
Binary100001011111111111000110010011011110101110110111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,127,241); }

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

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

 a { background-color: rgb(66,127,241); }

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

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

 span { border-color: rgb(66,127,241); }

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