Html Css Color HEX #416AE8 Royal Blue

📋 copy color: '#416AE8'

red 65 ◦ green 106 ◦ blue 232

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

Shades of Royal Blue #416AE8

Tints of Royal Blue #416AE8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.3%

 BLUE value IS 232 (91.02% from 255) = 57.57%

R = 16.13%
G = 26.3%
B = 57.57%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#416AE8 (or 0x416AE8) is known color: Royal Blue. HEX triplet: 41, 6A and E8. RGB value is (65,106,232). Sum of RGB (Red+Green+Blue) = 65+106+232=403 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.13% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 232 (91.02% from 255 or 57.57% from 403); Max value from RGB is 232 - color contains mainly: blue. Hex color #416AE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416AE8 is #BE9517. Grayscale: #6B6B6B. Windows color (decimal): -12490008 or 15231553. OLE color: 15231553.

HSL color Cylindrical-coordinate representation of color #416AE8: hue angle of 225.27º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #416AE8 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 65 106 232 -
CMYK 0.72 0.54 0 0.09
HSL 225.27º 0.78% 0.58% -
HSV(B) 225.27º 0.72% 0.91% -
XYZ 21.9 17.26 78.52 -
YUV 108.11 197.92 97.25 -
System Red Green Blue C M Y K H S L
Decimal 65 106 232 0.72 0.54 0 0.09 225.27 0.78 0.58
Hex 41 6A E8 48 36 0 9 E1 4E 3A
Octal 101 152 350 110 66 0 11 341 116 72
Binary 1000001 1101010 11101000 1001000 110110 0 1001 11100001 1001110 111010

Color Harmonies of #416AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416AE8

Black with #416AE8

Text Example


Text Example

White with #416AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,106,232); }

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

background-color css

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

 a { background-color: rgb(65,106,232); }

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

border-color css

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

 span { border-color: rgb(65,106,232); }

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