Html Css Color HEX #416AF9 Royal Blue

📋 copy color: '#416AF9'

red 65 ◦ green 106 ◦ blue 249

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

Shades of Royal Blue #416AF9

Tints of Royal Blue #416AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 59.29%

R = 15.48%
G = 25.24%
B = 59.29%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#416AF9 (or 0x416AF9) is known color: Royal Blue. HEX triplet: 41, 6A and F9. RGB value is (65,106,249). Sum of RGB (Red+Green+Blue) = 65+106+249=420 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.48% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 249 (97.66% from 255 or 59.29% from 420); Max value from RGB is 249 - color contains mainly: blue. Hex color #416AF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416AF9 is #BE9506. Grayscale: #6D6D6D. Windows color (decimal): -12489991 or 16345665. OLE color: 16345665.

HSL color Cylindrical-coordinate representation of color #416AF9: hue angle of 226.63º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #416AF9 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 106 249 -
CMYK 0.74 0.57 0 0.02
HSL 226.63º 0.94% 0.62% -
HSV(B) 226.63º 0.74% 0.98% -
XYZ 24.43 18.27 91.86 -
YUV 110.04 206.42 95.87 -
System Red Green Blue C M Y K H S L
Decimal 65 106 249 0.74 0.57 0 0.02 226.63 0.94 0.62
Hex 41 6A F9 4A 39 0 2 E3 5E 3E
Octal 101 152 371 112 71 0 2 343 136 76
Binary 1000001 1101010 11111001 1001010 111001 0 10 11100011 1011110 111110

Color Harmonies of #416AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416AF9

Black with #416AF9

Text Example


Text Example

White with #416AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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