Html Css Color HEX #416CD5 Royal Blue

📋 copy color: '#416CD5'

red 65 ◦ green 108 ◦ blue 213

#416CD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #416CD5

Tints of Royal Blue #416CD5

RGB

 RED value IS 65 (25.78% from 255) = 16.84%

 GREEN value IS 108 (42.58% from 255) = 27.98%

 BLUE value IS 213 (83.59% from 255) = 55.18%

R = 16.84%
G = 27.98%
B = 55.18%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#416CD5 (or 0x416CD5) is known color: Royal Blue. HEX triplet: 41, 6C and D5. RGB value is (65,108,213). Sum of RGB (Red+Green+Blue) = 65+108+213=386 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.84% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 213 (83.59% from 255 or 55.18% from 386); Max value from RGB is 213 - color contains mainly: blue. Hex color #416CD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416CD5 is #BE932A. Grayscale: #6A6A6A. Windows color (decimal): -12489515 or 13986881. OLE color: 13986881.

HSL color Cylindrical-coordinate representation of color #416CD5: hue angle of 222.57º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #416CD5 is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 65 108 213 -
CMYK 0.69 0.49 0 0.16
HSL 222.57º 0.64% 0.55% -
HSV(B) 222.57º 0.69% 0.84% -
XYZ 19.55 16.65 65.13 -
YUV 107.11 187.75 97.96 -
System Red Green Blue C M Y K H S L
Decimal 65 108 213 0.69 0.49 0 0.16 222.57 0.64 0.55
Hex 41 6C D5 45 31 0 10 DF 40 37
Octal 101 154 325 105 61 0 20 337 100 67
Binary 1000001 1101100 11010101 1000101 110001 0 10000 11011111 1000000 110111

Color Harmonies of #416CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416CD5

Black with #416CD5

Text Example


Text Example

White with #416CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,108,213); }

 H1.HeaderClassName
 {
   color: #416CD5;
 }
 .AnyTagClassName
 {
   color: #416CD5;
 }
</style>

background-color css

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

 a { background-color: rgb(65,108,213); }

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

border-color css

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

 span { border-color: rgb(65,108,213); }

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