#427CEB

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

Shades of Royal Blue #427CEB

Tints of Royal Blue #427CEB

Color information

#427CEB (or 0x427CEB) is unknown color: approx Royal Blue. HEX triplet: 42, 7C and EB. RGB value is (66,124,235). Sum of RGB (Red+Green+Blue) = 66+124+235=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #427CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427CEB is #BD8314. Grayscale: #767676. Windows color (decimal): -12419861 or 15432770. OLE color: 15432770.

HSL color Cylindrical-coordinate representation of color #427CEB: hue angle of 219.41º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #427CEB is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB66124235-
CMYK0.720.4700.08
HSL219.41º80.86%59.02%-
HSV(B)219.41º71.91%92.16%-
XYZ24.4521.5781.47-
YUV119.31193.2889.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.53%
GREEN value IS 124 (48.83% from 255) = 29.18%
BLUE value IS 235 (92.19% from 255) = 55.29%
R=15.53%
G=29.18%
B=55.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal661242350.720.4700.08219.4180.8659.02
Hex427CEB482F08db513b
Octal1021743531105701033312173
Binary1000010111110011101011100100010111101000110110111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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