#415BEC

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

Shades of Royal Blue #415BEC

Tints of Royal Blue #415BEC

Color information

#415BEC (or 0x415BEC) is unknown color: approx Royal Blue. HEX triplet: 41, 5B and EC. RGB value is (65,91,236). Sum of RGB (Red+Green+Blue) = 65+91+236=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 236 (92.58% from 255 or 60.20% from 392); Max value from RGB is 236 - color contains mainly: blue. Hex color #415BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #415BEC is #BEA413. Grayscale: #636363. Windows color (decimal): -12493844 or 15489857. OLE color: 15489857.

HSL color Cylindrical-coordinate representation of color #415BEC: hue angle of 230.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 #415BEC is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6591236-
CMYK0.720.6100.07
HSL230.88º81.82%59.02%-
HSV(B)230.88º72.46%92.55%-
XYZ21.0614.6681.08-
YUV99.76204.89103.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.58%
GREEN value IS 91 (35.94% from 255) = 23.21%
BLUE value IS 236 (92.58% from 255) = 60.20%
R=16.58%
G=23.21%
B=60.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal65912360.720.6100.07230.8881.8259.02
Hex415BEC483D07e7523b
Octal101133354110750734712273
Binary100000110110111110110010010001111010111111001111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,91,236); }

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

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

 a { background-color: rgb(65,91,236); }

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

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

 span { border-color: rgb(65,91,236); }

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