Html Css Color HEX #416EFF Royal Blue

📋 copy color: '#416EFF'

red 65 ◦ green 110 ◦ blue 255

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

Shades of Royal Blue #416EFF

Tints of Royal Blue #416EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.3%

R = 15.12%
G = 25.58%
B = 59.3%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#416EFF (or 0x416EFF) is known color: Royal Blue. HEX triplet: 41, 6E and FF. RGB value is (65,110,255). Sum of RGB (Red+Green+Blue) = 65+110+255=430 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.12% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #416EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416EFF is #BE9100. Grayscale: #707070. Windows color (decimal): -12488961 or 16739905. OLE color: 16739905.

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

Color convert

RGB 65 110 255 -
CMYK 0.75 0.57 0 0
HSL 225.79º 1% 0.63% -
HSV(B) 225.79º 0.75% 1% -
XYZ 25.81 19.5 97.01 -
YUV 113.08 208.09 93.71 -
System Red Green Blue C M Y K H S L
Decimal 65 110 255 0.75 0.57 0 0 225.79 1 0.63
Hex 41 6E FF 4B 39 0 0 E2 64 3F
Octal 101 156 377 113 71 0 0 342 144 77
Binary 1000001 1101110 11111111 1001011 111001 0 0 11100010 1100100 111111

Color Harmonies of #416EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416EFF

Black with #416EFF

Text Example


Text Example

White with #416EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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