Html Css Color HEX #416FD5 Royal Blue

📋 copy color: '#416FD5'

red 65 ◦ green 111 ◦ blue 213

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

Shades of Royal Blue #416FD5

Tints of Royal Blue #416FD5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.53%

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

R = 16.71%
G = 28.53%
B = 54.76%

CMYK

 C value IS 0.69

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#416FD5 (or 0x416FD5) is known color: Royal Blue. HEX triplet: 41, 6F and D5. RGB value is (65,111,213). Sum of RGB (Red+Green+Blue) = 65+111+213=389 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.71% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 213 (83.59% from 255 or 54.76% from 389); Max value from RGB is 213 - color contains mainly: blue. Hex color #416FD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416FD5 is #BE902A. Grayscale: #6C6C6C. Windows color (decimal): -12488747 or 13987649. OLE color: 13987649.

HSL color Cylindrical-coordinate representation of color #416FD5: hue angle of 221.35º 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 #416FD5 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 65 111 213 -
CMYK 0.69 0.48 0 0.16
HSL 221.35º 0.64% 0.55% -
HSV(B) 221.35º 0.69% 0.84% -
XYZ 19.87 17.3 65.24 -
YUV 108.87 186.76 96.71 -
System Red Green Blue C M Y K H S L
Decimal 65 111 213 0.69 0.48 0 0.16 221.35 0.64 0.55
Hex 41 6F D5 45 30 0 10 DD 40 37
Octal 101 157 325 105 60 0 20 335 100 67
Binary 1000001 1101111 11010101 1000101 110000 0 10000 11011101 1000000 110111

Color Harmonies of #416FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416FD5

Black with #416FD5

Text Example


Text Example

White with #416FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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