#416DC8

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

Shades of Royal Blue #416DC8

Tints of Royal Blue #416DC8

Color information

#416DC8 (or 0x416DC8) is unknown color: approx Royal Blue. HEX triplet: 41, 6D and C8. RGB value is (65,109,200). Sum of RGB (Red+Green+Blue) = 65+109+200=374 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.38% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 200 (78.52% from 255 or 53.48% from 374); Max value from RGB is 200 - color contains mainly: blue. Hex color #416DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416DC8 is #BE9237. Grayscale: #696969. Windows color (decimal): -12489272 or 13135169. OLE color: 13135169.

HSL color Cylindrical-coordinate representation of color #416DC8: hue angle of 220.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #416DC8 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB65109200-
CMYK0.680.4600.22
HSL220.44º55.1%51.96%-
HSV(B)220.44º67.5%78.43%-
XYZ18.0716.2356.82-
YUV106.22180.9298.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.38%
GREEN value IS 109 (42.97% from 255) = 29.14%
BLUE value IS 200 (78.52% from 255) = 53.48%
R=17.38%
G=29.14%
B=53.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal651092000.680.4600.22220.4455.151.96
Hex416DC8442E016dc3734
Octal101155310104560263346764
Binary1000001110110111001000100010010111001011011011100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,109,200); }

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

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

 a { background-color: rgb(65,109,200); }

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

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

 span { border-color: rgb(65,109,200); }

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