#416FFE

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

Shades of Royal Blue #416FFE

Tints of Royal Blue #416FFE

Color information

#416FFE (or 0x416FFE) is unknown color: approx Royal Blue. HEX triplet: 41, 6F and FE. RGB value is (65,111,254). Sum of RGB (Red+Green+Blue) = 65+111+254=430 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.12% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #416FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416FFE is #BE9001. Grayscale: #707070. Windows color (decimal): -12488706 or 16674625. OLE color: 16674625.

HSL color Cylindrical-coordinate representation of color #416FFE: hue angle of 225.4º 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 #416FFE is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB65111254-
CMYK0.740.5600.00
HSL225.4º98.95%62.55%-
HSV(B)225.4º74.41%99.61%-
XYZ25.7519.6596.2-
YUV113.55207.2693.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.12%
GREEN value IS 111 (43.75% from 255) = 25.81%
BLUE value IS 254 (99.61% from 255) = 59.07%
R=15.12%
G=25.81%
B=59.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal651112540.740.5600.00225.498.9562.55
Hex416FFE4A3800e1633f
Octal101157376112700034114377
Binary1000001110111111111110100101011100000111000011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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