#427BEC

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

Shades of Royal Blue #427BEC

Tints of Royal Blue #427BEC

Color information

#427BEC (or 0x427BEC) is unknown color: approx Royal Blue. HEX triplet: 42, 7B and EC. RGB value is (66,123,236). Sum of RGB (Red+Green+Blue) = 66+123+236=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #427BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427BEC is #BD8413. Grayscale: #767676. Windows color (decimal): -12420116 or 15498050. OLE color: 15498050.

HSL color Cylindrical-coordinate representation of color #427BEC: hue angle of 219.88º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #427BEC is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB66123236-
CMYK0.720.4800.07
HSL219.88º81.73%59.22%-
HSV(B)219.88º72.03%92.55%-
XYZ24.4721.3882.19-
YUV118.84194.1290.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.53%
GREEN value IS 123 (48.44% from 255) = 28.94%
BLUE value IS 236 (92.58% from 255) = 55.53%
R=15.53%
G=28.94%
B=55.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal661232360.720.4800.07219.8881.7359.22
Hex427BEC483007dc523b
Octal102173354110600733412273
Binary100001011110111110110010010001100000111110111001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,123,236); }

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

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

 a { background-color: rgb(66,123,236); }

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

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

 span { border-color: rgb(66,123,236); }

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