#416EFE

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

Shades of Royal Blue #416EFE

Tints of Royal Blue #416EFE

Color information

#416EFE (or 0x416EFE) is unknown color: approx Royal Blue. HEX triplet: 41, 6E and FE. RGB value is (65,110,254). Sum of RGB (Red+Green+Blue) = 65+110+254=429 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.15% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #416EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416EFE is #BE9101. Grayscale: #707070. Windows color (decimal): -12488962 or 16674369. OLE color: 16674369.

HSL color Cylindrical-coordinate representation of color #416EFE: hue angle of 225.71º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #416EFE is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB65110254-
CMYK0.740.5700.00
HSL225.71º98.95%62.55%-
HSV(B)225.71º74.41%99.61%-
XYZ25.6519.4396.16-
YUV112.96207.5993.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.15%
GREEN value IS 110 (43.36% from 255) = 25.64%
BLUE value IS 254 (99.61% from 255) = 59.21%
R=15.15%
G=25.64%
B=59.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal651102540.740.5700.00225.7198.9562.55
Hex416EFE4A3900e2633f
Octal101156376112710034214377
Binary1000001110111011111110100101011100100111000101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416EFE; }

 p { color: rgb(65,110,254); }

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

<style>
 a { background-color: #416EFE; }

 a { background-color: rgb(65,110,254); }

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

<style>
 span { border-color: #416EFE; }

 span { border-color: rgb(65,110,254); }

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