Html Css Color HEX #416CFA Royal Blue

📋 copy color: '#416CFA'

red 65 ◦ green 108 ◦ blue 250

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

Shades of Royal Blue #416CFA

Tints of Royal Blue #416CFA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.53%

 BLUE value IS 250 (98.05% from 255) = 59.1%

R = 15.37%
G = 25.53%
B = 59.1%

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

#416CFA (or 0x416CFA) is known color: Royal Blue. HEX triplet: 41, 6C and FA. RGB value is (65,108,250). Sum of RGB (Red+Green+Blue) = 65+108+250=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #416CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416CFA is #BE9305. Grayscale: #6E6E6E. Windows color (decimal): -12489478 or 16411713. OLE color: 16411713.

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

Color convert

RGB 65 108 250 -
CMYK 0.74 0.57 0 0.02
HSL 226.05º 0.95% 0.62% -
HSV(B) 226.05º 0.74% 0.98% -
XYZ 24.8 18.75 92.75 -
YUV 111.33 206.25 94.95 -
System Red Green Blue C M Y K H S L
Decimal 65 108 250 0.74 0.57 0 0.02 226.05 0.95 0.62
Hex 41 6C FA 4A 39 0 2 E2 5F 3E
Octal 101 154 372 112 71 0 2 342 137 76
Binary 1000001 1101100 11111010 1001010 111001 0 10 11100010 1011111 111110

Color Harmonies of #416CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416CFA

Black with #416CFA

Text Example


Text Example

White with #416CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,108,250); }

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

background-color css

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

 a { background-color: rgb(65,108,250); }

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

border-color css

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

 span { border-color: rgb(65,108,250); }

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