Html Css Color HEX #416FDE Royal Blue

📋 copy color: '#416FDE'

red 65 ◦ green 111 ◦ blue 222

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

Shades of Royal Blue #416FDE

Tints of Royal Blue #416FDE

RGB

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

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

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

R = 16.33%
G = 27.89%
B = 55.78%

CMYK

 C value IS 0.71

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#416FDE (or 0x416FDE) is known color: Royal Blue. HEX triplet: 41, 6F and DE. RGB value is (65,111,222). Sum of RGB (Red+Green+Blue) = 65+111+222=398 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.33% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #416FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416FDE is #BE9021. Grayscale: #6D6D6D. Windows color (decimal): -12488738 or 14577473. OLE color: 14577473.

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

Color convert

RGB 65 111 222 -
CMYK 0.71 0.5 0 0.13
HSL 222.42º 0.7% 0.56% -
HSV(B) 222.42º 0.71% 0.87% -
XYZ 21.05 17.77 71.43 -
YUV 109.9 191.26 95.97 -
System Red Green Blue C M Y K H S L
Decimal 65 111 222 0.71 0.5 0 0.13 222.42 0.7 0.56
Hex 41 6F DE 47 32 0 D DE 46 38
Octal 101 157 336 107 62 0 15 336 106 70
Binary 1000001 1101111 11011110 1000111 110010 0 1101 11011110 1000110 111000

Color Harmonies of #416FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416FDE

Black with #416FDE

Text Example


Text Example

White with #416FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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