#416bf8

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

Shades of Royal Blue #416BF8

Tints of Royal Blue #416BF8

Color information

#416BF8 (or 0x416BF8) is unknown color: approx Royal Blue. HEX triplet: 41, 6B and F8. RGB value is (65,107,248). Sum of RGB (Red+Green+Blue) = 65+107+248=420 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.48% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 248 (97.27% from 255 or 59.05% from 420); Max value from RGB is 248 - color contains mainly: blue. Hex color #416BF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416BF8 is #BE9407. Grayscale: #6D6D6D. Windows color (decimal): -12489736 or 16280385. OLE color: 16280385.

HSL color Cylindrical-coordinate representation of color #416BF8: hue angle of 226.23º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #416BF8 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB65107248-
CMYK0.740.5700.03
HSL226.23º92.89%61.37%-
HSV(B)226.23º73.79%97.25%-
XYZ24.3818.4291.08-
YUV110.52205.5995.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.48%
GREEN value IS 107 (42.19% from 255) = 25.48%
BLUE value IS 248 (97.27% from 255) = 59.05%
R=15.48%
G=25.48%
B=59.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal651072480.740.5700.03226.2392.8961.37
Hex416BF84A3903e25d3d
Octal101153370112710334213575
Binary10000011101011111110001001010111001011111000101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416bf8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,107,248); }

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

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

 a { background-color: rgb(65,107,248); }

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

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

 span { border-color: rgb(65,107,248); }

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