Html Css Color HEX #416EFE Royal Blue

📋 copy color: '#416EFE'

red 65 ◦ green 110 ◦ blue 254

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

Shades of Royal Blue #416EFE

Tints of Royal Blue #416EFE

RGB

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

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

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

R = 15.15%
G = 25.64%
B = 59.21%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#416EFE (or 0x416EFE) is known color: Royal Blue. HEX triplet: 41, 6E and FE. RGB value is (65,110,254). Sum of RGB (Red+Green+Blue) = 65+110+254=429 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.15% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #416EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416EFE is #BE9101. Grayscale: #707070. Windows color (decimal): -12488962 or 16674369. OLE color: 16674369.

HSL color Cylindrical-coordinate representation of color #416EFE: hue angle of 225.71º 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 #416EFE is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 65 110 254 -
CMYK 0.74 0.57 0 0.00
HSL 225.71º 0.99% 0.63% -
HSV(B) 225.71º 0.74% 1% -
XYZ 25.65 19.43 96.16 -
YUV 112.96 207.59 93.79 -
System Red Green Blue C M Y K H S L
Decimal 65 110 254 0.74 0.57 0 0.00 225.71 0.99 0.63
Hex 41 6E FE 4A 39 0 0 E2 63 3F
Octal 101 156 376 112 71 0 0 342 143 77
Binary 1000001 1101110 11111110 1001010 111001 0 0 11100010 1100011 111111

Color Harmonies of #416EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416EFE

Black with #416EFE

Text Example


Text Example

White with #416EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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