Html Css Color HEX #416CFB Royal Blue

📋 copy color: '#416CFB'

red 65 ◦ green 108 ◦ blue 251

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

Shades of Royal Blue #416CFB

Tints of Royal Blue #416CFB

RGB

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

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

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

R = 15.33%
G = 25.47%
B = 59.2%

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

#416CFB (or 0x416CFB) is known color: Royal Blue. HEX triplet: 41, 6C and FB. RGB value is (65,108,251). Sum of RGB (Red+Green+Blue) = 65+108+251=424 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.33% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #416CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416CFB is #BE9304. Grayscale: #6E6E6E. Windows color (decimal): -12489477 or 16477249. OLE color: 16477249.

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

Color convert

RGB 65 108 251 -
CMYK 0.74 0.57 0 0.02
HSL 226.13º 0.96% 0.62% -
HSV(B) 226.13º 0.74% 0.98% -
XYZ 24.96 18.81 93.58 -
YUV 111.45 206.75 94.87 -
System Red Green Blue C M Y K H S L
Decimal 65 108 251 0.74 0.57 0 0.02 226.13 0.96 0.62
Hex 41 6C FB 4A 39 0 2 E2 60 3E
Octal 101 154 373 112 71 0 2 342 140 76
Binary 1000001 1101100 11111011 1001010 111001 0 10 11100010 1100000 111110

Color Harmonies of #416CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416CFB

Black with #416CFB

Text Example


Text Example

White with #416CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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