Html Css Color HEX #416BFB Royal Blue

📋 copy color: '#416BFB'

red 65 ◦ green 107 ◦ blue 251

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

Shades of Royal Blue #416BFB

Tints of Royal Blue #416BFB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.3%

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

R = 15.37%
G = 25.3%
B = 59.34%

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

#416BFB (or 0x416BFB) is known color: Royal Blue. HEX triplet: 41, 6B and FB. RGB value is (65,107,251). Sum of RGB (Red+Green+Blue) = 65+107+251=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #416BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416BFB is #BE9404. Grayscale: #6E6E6E. Windows color (decimal): -12489733 or 16476993. OLE color: 16476993.

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

Color convert

RGB 65 107 251 -
CMYK 0.74 0.57 0 0.02
HSL 226.45º 0.96% 0.62% -
HSV(B) 226.45º 0.74% 0.98% -
XYZ 24.85 18.6 93.55 -
YUV 110.86 207.09 95.29 -
System Red Green Blue C M Y K H S L
Decimal 65 107 251 0.74 0.57 0 0.02 226.45 0.96 0.62
Hex 41 6B FB 4A 39 0 2 E2 60 3E
Octal 101 153 373 112 71 0 2 342 140 76
Binary 1000001 1101011 11111011 1001010 111001 0 10 11100010 1100000 111110

Color Harmonies of #416BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416BFB

Black with #416BFB

Text Example


Text Example

White with #416BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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