#4086E3

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

Shades of Royal Blue #4086E3

Tints of Royal Blue #4086E3

Color information

#4086E3 (or 0x4086E3) is unknown color: approx Royal Blue. HEX triplet: 40, 86 and E3. RGB value is (64,134,227). Sum of RGB (Red+Green+Blue) = 64+134+227=425 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.06% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 227 (89.06% from 255 or 53.41% from 425); Max value from RGB is 227 - color contains mainly: blue. Hex color #4086E3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4086E3 is #BF791C. Grayscale: #7B7B7B. Windows color (decimal): -12548381 or 14911040. OLE color: 14911040.

HSL color Cylindrical-coordinate representation of color #4086E3: hue angle of 214.23º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4086E3 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB64134227-
CMYK0.720.4100.11
HSL214.23º74.43%57.06%-
HSV(B)214.23º71.81%89.02%-
XYZ24.523.6975.95-
YUV123.67186.3185.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.06%
GREEN value IS 134 (52.73% from 255) = 31.53%
BLUE value IS 227 (89.06% from 255) = 53.41%
R=15.06%
G=31.53%
B=53.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal641342270.720.4100.11214.2374.4357.06
Hex4086E348290Bd64a39
Octal1002063431105101332611271
Binary10000001000011011100011100100010100101011110101101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4086E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4086E3; }

 p { color: rgb(64,134,227); }

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

<style>
 a { background-color: #4086E3; }

 a { background-color: rgb(64,134,227); }

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

<style>
 span { border-color: #4086E3; }

 span { border-color: rgb(64,134,227); }

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