Html Css Color HEX #416AFB Royal Blue

📋 copy color: '#416AFB'

red 65 ◦ green 106 ◦ blue 251

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

Shades of Royal Blue #416AFB

Tints of Royal Blue #416AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.48%

R = 15.4%
G = 25.12%
B = 59.48%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#416AFB (or 0x416AFB) is known color: Royal Blue. HEX triplet: 41, 6A and FB. RGB value is (65,106,251). Sum of RGB (Red+Green+Blue) = 65+106+251=422 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.40% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 251 (98.44% from 255 or 59.48% from 422); Max value from RGB is 251 - color contains mainly: blue. Hex color #416AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416AFB is #BE9504. Grayscale: #6D6D6D. Windows color (decimal): -12489989 or 16476737. OLE color: 16476737.

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

Color convert

RGB 65 106 251 -
CMYK 0.74 0.58 0 0.02
HSL 226.77º 0.96% 0.62% -
HSV(B) 226.77º 0.74% 0.98% -
XYZ 24.75 18.4 93.51 -
YUV 110.27 207.42 95.71 -
System Red Green Blue C M Y K H S L
Decimal 65 106 251 0.74 0.58 0 0.02 226.77 0.96 0.62
Hex 41 6A FB 4A 3A 0 2 E3 60 3E
Octal 101 152 373 112 72 0 2 343 140 76
Binary 1000001 1101010 11111011 1001010 111010 0 10 11100011 1100000 111110

Color Harmonies of #416AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416AFB

Black with #416AFB

Text Example


Text Example

White with #416AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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