Html Css Color HEX #416FEB Royal Blue

📋 copy color: '#416FEB'

red 65 ◦ green 111 ◦ blue 235

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

Shades of Royal Blue #416FEB

Tints of Royal Blue #416FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 57.18%

R = 15.82%
G = 27.01%
B = 57.18%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#416FEB (or 0x416FEB) is known color: Royal Blue. HEX triplet: 41, 6F and EB. RGB value is (65,111,235). Sum of RGB (Red+Green+Blue) = 65+111+235=411 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.82% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #416FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416FEB is #BE9014. Grayscale: #6E6E6E. Windows color (decimal): -12488725 or 15429441. OLE color: 15429441.

HSL color Cylindrical-coordinate representation of color #416FEB: hue angle of 223.76º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #416FEB is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 111 235 -
CMYK 0.72 0.53 0 0.08
HSL 223.76º 0.81% 0.59% -
HSV(B) 223.76º 0.72% 0.92% -
XYZ 22.86 18.49 80.96 -
YUV 111.38 197.76 94.92 -
System Red Green Blue C M Y K H S L
Decimal 65 111 235 0.72 0.53 0 0.08 223.76 0.81 0.59
Hex 41 6F EB 48 35 0 8 E0 51 3B
Octal 101 157 353 110 65 0 10 340 121 73
Binary 1000001 1101111 11101011 1001000 110101 0 1000 11100000 1010001 111011

Color Harmonies of #416FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416FEB

Black with #416FEB

Text Example


Text Example

White with #416FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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