Html Css Color HEX #416BFC Royal Blue

📋 copy color: '#416BFC'

red 65 ◦ green 107 ◦ blue 252

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

Shades of Royal Blue #416BFC

Tints of Royal Blue #416BFC

RGB

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

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

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

R = 15.33%
G = 25.24%
B = 59.43%

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

#416BFC (or 0x416BFC) is known color: Royal Blue. HEX triplet: 41, 6B and FC. RGB value is (65,107,252). Sum of RGB (Red+Green+Blue) = 65+107+252=424 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.33% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #416BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416BFC is #BE9403. Grayscale: #6E6E6E. Windows color (decimal): -12489732 or 16542529. OLE color: 16542529.

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

Color convert

RGB 65 107 252 -
CMYK 0.74 0.58 0 0.01
HSL 226.52º 0.97% 0.62% -
HSV(B) 226.52º 0.74% 0.99% -
XYZ 25.01 18.67 94.38 -
YUV 110.97 207.59 95.21 -
System Red Green Blue C M Y K H S L
Decimal 65 107 252 0.74 0.58 0 0.01 226.52 0.97 0.62
Hex 41 6B FC 4A 3A 0 1 E3 61 3E
Octal 101 153 374 112 72 0 1 343 141 76
Binary 1000001 1101011 11111100 1001010 111010 0 1 11100011 1100001 111110

Color Harmonies of #416BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416BFC

Black with #416BFC

Text Example


Text Example

White with #416BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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