Html Css Color HEX #416DCD Royal Blue

📋 copy color: '#416DCD'

red 65 ◦ green 109 ◦ blue 205

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

Shades of Royal Blue #416DCD

Tints of Royal Blue #416DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.76%

 BLUE value IS 205 (80.47% from 255) = 54.09%

R = 17.15%
G = 28.76%
B = 54.09%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#416DCD (or 0x416DCD) is known color: Royal Blue. HEX triplet: 41, 6D and CD. RGB value is (65,109,205). Sum of RGB (Red+Green+Blue) = 65+109+205=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #416DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416DCD is #BE9232. Grayscale: #6A6A6A. Windows color (decimal): -12489267 or 13462849. OLE color: 13462849.

HSL color Cylindrical-coordinate representation of color #416DCD: hue angle of 221.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 #416DCD is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 109 205 -
CMYK 0.68 0.47 0 0.20
HSL 221.14º 0.58% 0.53% -
HSV(B) 221.14º 0.68% 0.8% -
XYZ 18.67 16.47 59.95 -
YUV 106.79 183.42 98.19 -
System Red Green Blue C M Y K H S L
Decimal 65 109 205 0.68 0.47 0 0.20 221.14 0.58 0.53
Hex 41 6D CD 44 2F 0 14 DD 3A 35
Octal 101 155 315 104 57 0 24 335 72 65
Binary 1000001 1101101 11001101 1000100 101111 0 10100 11011101 111010 110101

Color Harmonies of #416DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416DCD

Black with #416DCD

Text Example


Text Example

White with #416DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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