Html Css Color HEX #416EDE Royal Blue

📋 copy color: '#416EDE'

red 65 ◦ green 110 ◦ blue 222

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

Shades of Royal Blue #416EDE

Tints of Royal Blue #416EDE

RGB

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

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

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

R = 16.37%
G = 27.71%
B = 55.92%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#416EDE (or 0x416EDE) is known color: Royal Blue. HEX triplet: 41, 6E and DE. RGB value is (65,110,222). Sum of RGB (Red+Green+Blue) = 65+110+222=397 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.37% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #416EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416EDE is #BE9121. Grayscale: #6C6C6C. Windows color (decimal): -12488994 or 14577217. OLE color: 14577217.

HSL color Cylindrical-coordinate representation of color #416EDE: hue angle of 222.8º 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 #416EDE is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 110 222 -
CMYK 0.71 0.50 0 0.13
HSL 222.8º 0.7% 0.56% -
HSV(B) 222.8º 0.71% 0.87% -
XYZ 20.94 17.55 71.39 -
YUV 109.31 191.59 96.39 -
System Red Green Blue C M Y K H S L
Decimal 65 110 222 0.71 0.50 0 0.13 222.8 0.7 0.56
Hex 41 6E DE 47 32 0 D DF 46 38
Octal 101 156 336 107 62 0 15 337 106 70
Binary 1000001 1101110 11011110 1000111 110010 0 1101 11011111 1000110 111000

Color Harmonies of #416EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416EDE

Black with #416EDE

Text Example


Text Example

White with #416EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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