#415EF2

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

Shades of Royal Blue #415EF2

Tints of Royal Blue #415EF2

Color information

#415EF2 (or 0x415EF2) is unknown color: approx Royal Blue. HEX triplet: 41, 5E and F2. RGB value is (65,94,242). Sum of RGB (Red+Green+Blue) = 65+94+242=401 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.21% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 242 (94.92% from 255 or 60.35% from 401); Max value from RGB is 242 - color contains mainly: blue. Hex color #415EF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #415EF2 is #BEA10D. Grayscale: #656565. Windows color (decimal): -12493070 or 15883841. OLE color: 15883841.

HSL color Cylindrical-coordinate representation of color #415EF2: hue angle of 230.17º degrees, saturation: 0.87, 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 #415EF2 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6594242-
CMYK0.730.6100.05
HSL230.17º87.19%60.2%-
HSV(B)230.17º73.14%94.9%-
XYZ22.2115.5485.83-
YUV102.2206.89101.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.21%
GREEN value IS 94 (37.11% from 255) = 23.44%
BLUE value IS 242 (94.92% from 255) = 60.35%
R=16.21%
G=23.44%
B=60.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal65942420.730.6100.05230.1787.1960.2
Hex415EF2493D05e6573c
Octal101136362111750534612774
Binary100000110111101111001010010011111010101111001101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,94,242); }

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

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

 a { background-color: rgb(65,94,242); }

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

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

 span { border-color: rgb(65,94,242); }

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