Html Css Color HEX #416AFC Royal Blue

📋 copy color: '#416AFC'

red 65 ◦ green 106 ◦ blue 252

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

Shades of Royal Blue #416AFC

Tints of Royal Blue #416AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.57%

R = 15.37%
G = 25.06%
B = 59.57%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#416AFC (or 0x416AFC) is known color: Royal Blue. HEX triplet: 41, 6A and FC. RGB value is (65,106,252). Sum of RGB (Red+Green+Blue) = 65+106+252=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 252 (98.83% from 255 or 59.57% from 423); Max value from RGB is 252 - color contains mainly: blue. Hex color #416AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416AFC is #BE9503. Grayscale: #6D6D6D. Windows color (decimal): -12489988 or 16542273. OLE color: 16542273.

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

Color convert

RGB 65 106 252 -
CMYK 0.74 0.58 0 0.01
HSL 226.84º 0.97% 0.62% -
HSV(B) 226.84º 0.74% 0.99% -
XYZ 24.9 18.46 94.35 -
YUV 110.39 207.92 95.63 -
System Red Green Blue C M Y K H S L
Decimal 65 106 252 0.74 0.58 0 0.01 226.84 0.97 0.62
Hex 41 6A FC 4A 3A 0 1 E3 61 3E
Octal 101 152 374 112 72 0 1 343 141 76
Binary 1000001 1101010 11111100 1001010 111010 0 1 11100011 1100001 111110

Color Harmonies of #416AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416AFC

Black with #416AFC

Text Example


Text Example

White with #416AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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