#416FCC

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

Shades of Royal Blue #416FCC

Tints of Royal Blue #416FCC

Color information

#416FCC (or 0x416FCC) is unknown color: approx Royal Blue. HEX triplet: 41, 6F and CC. RGB value is (65,111,204). Sum of RGB (Red+Green+Blue) = 65+111+204=380 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.11% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #416FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416FCC is #BE9033. Grayscale: #6B6B6B. Windows color (decimal): -12488756 or 13397825. OLE color: 13397825.

HSL color Cylindrical-coordinate representation of color #416FCC: hue angle of 220.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #416FCC is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB65111204-
CMYK0.680.4600.2
HSL220.14º57.68%52.75%-
HSV(B)220.14º68.14%80%-
XYZ18.7616.8559.39-
YUV107.85182.2697.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.11%
GREEN value IS 111 (43.75% from 255) = 29.21%
BLUE value IS 204 (80.08% from 255) = 53.68%
R=17.11%
G=29.21%
B=53.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal651112040.680.4600.2220.1457.6852.75
Hex416FCC442E014dc3a35
Octal101157314104560243347265
Binary1000001110111111001100100010010111001010011011100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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