Html Css Color HEX #416DDE Royal Blue

📋 copy color: '#416DDE'

red 65 ◦ green 109 ◦ blue 222

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

Shades of Royal Blue #416DDE

Tints of Royal Blue #416DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.06%

R = 16.41%
G = 27.53%
B = 56.06%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#416DDE (or 0x416DDE) is known color: Royal Blue. HEX triplet: 41, 6D and DE. RGB value is (65,109,222). Sum of RGB (Red+Green+Blue) = 65+109+222=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #416DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416DDE is #BE9221. Grayscale: #6C6C6C. Windows color (decimal): -12489250 or 14576961. OLE color: 14576961.

HSL color Cylindrical-coordinate representation of color #416DDE: hue angle of 223.18º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #416DDE is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 109 222 -
CMYK 0.71 0.51 0 0.13
HSL 223.18º 0.7% 0.56% -
HSV(B) 223.18º 0.71% 0.87% -
XYZ 20.83 17.34 71.36 -
YUV 108.73 191.92 96.81 -
System Red Green Blue C M Y K H S L
Decimal 65 109 222 0.71 0.51 0 0.13 223.18 0.7 0.56
Hex 41 6D DE 47 33 0 D DF 46 38
Octal 101 155 336 107 63 0 15 337 106 70
Binary 1000001 1101101 11011110 1000111 110011 0 1101 11011111 1000110 111000

Color Harmonies of #416DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416DDE

Black with #416DDE

Text Example


Text Example

White with #416DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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