Html Css Color HEX #416ED3 Royal Blue

📋 copy color: '#416ED3'

red 65 ◦ green 110 ◦ blue 211

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

Shades of Royal Blue #416ED3

Tints of Royal Blue #416ED3

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.5%

 BLUE value IS 211 (82.81% from 255) = 54.66%

R = 16.84%
G = 28.5%
B = 54.66%

CMYK

 C value IS 0.69

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#416ED3 (or 0x416ED3) is known color: Royal Blue. HEX triplet: 41, 6E and D3. RGB value is (65,110,211). Sum of RGB (Red+Green+Blue) = 65+110+211=386 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.84% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 211 (82.81% from 255 or 54.66% from 386); Max value from RGB is 211 - color contains mainly: blue. Hex color #416ED3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416ED3 is #BE912C. Grayscale: #6B6B6B. Windows color (decimal): -12489005 or 13856321. OLE color: 13856321.

HSL color Cylindrical-coordinate representation of color #416ED3: hue angle of 221.51º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #416ED3 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 65 110 211 -
CMYK 0.69 0.48 0 0.17
HSL 221.51º 0.62% 0.54% -
HSV(B) 221.51º 0.69% 0.83% -
XYZ 19.51 16.98 63.88 -
YUV 108.06 186.09 97.29 -
System Red Green Blue C M Y K H S L
Decimal 65 110 211 0.69 0.48 0 0.17 221.51 0.62 0.54
Hex 41 6E D3 45 30 0 11 DE 3E 36
Octal 101 156 323 105 60 0 21 336 76 66
Binary 1000001 1101110 11010011 1000101 110000 0 10001 11011110 111110 110110

Color Harmonies of #416ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416ED3

Black with #416ED3

Text Example


Text Example

White with #416ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,110,211); }

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

background-color css

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

 a { background-color: rgb(65,110,211); }

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

border-color css

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

 span { border-color: rgb(65,110,211); }

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