Html Css Color HEX #416AFE Royal Blue

📋 copy color: '#416AFE'

red 65 ◦ green 106 ◦ blue 254

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

Shades of Royal Blue #416AFE

Tints of Royal Blue #416AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.76%

R = 15.29%
G = 24.94%
B = 59.76%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#416AFE (or 0x416AFE) is known color: Royal Blue. HEX triplet: 41, 6A and FE. RGB value is (65,106,254). Sum of RGB (Red+Green+Blue) = 65+106+254=425 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.29% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #416AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416AFE is #BE9501. Grayscale: #6D6D6D. Windows color (decimal): -12489986 or 16673345. OLE color: 16673345.

HSL color Cylindrical-coordinate representation of color #416AFE: hue angle of 226.98º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #416AFE is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 65 106 254 -
CMYK 0.74 0.58 0 0.00
HSL 226.98º 0.99% 0.63% -
HSV(B) 226.98º 0.74% 1% -
XYZ 25.22 18.59 96.02 -
YUV 110.61 208.92 95.47 -
System Red Green Blue C M Y K H S L
Decimal 65 106 254 0.74 0.58 0 0.00 226.98 0.99 0.63
Hex 41 6A FE 4A 3A 0 0 E3 63 3F
Octal 101 152 376 112 72 0 0 343 143 77
Binary 1000001 1101010 11111110 1001010 111010 0 0 11100011 1100011 111111

Color Harmonies of #416AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416AFE

Black with #416AFE

Text Example


Text Example

White with #416AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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