Html Css Color HEX #416DFC Royal Blue

📋 copy color: '#416DFC'

red 65 ◦ green 109 ◦ blue 252

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

Shades of Royal Blue #416DFC

Tints of Royal Blue #416DFC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.59%

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

R = 15.26%
G = 25.59%
B = 59.15%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#416DFC (or 0x416DFC) is known color: Royal Blue. HEX triplet: 41, 6D and FC. RGB value is (65,109,252). Sum of RGB (Red+Green+Blue) = 65+109+252=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #416DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416DFC is #BE9203. Grayscale: #6F6F6F. Windows color (decimal): -12489220 or 16543041. OLE color: 16543041.

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

Color convert

RGB 65 109 252 -
CMYK 0.74 0.57 0 0.01
HSL 225.88º 0.97% 0.62% -
HSV(B) 225.88º 0.74% 0.99% -
XYZ 25.22 19.09 94.45 -
YUV 112.15 206.92 94.37 -
System Red Green Blue C M Y K H S L
Decimal 65 109 252 0.74 0.57 0 0.01 225.88 0.97 0.62
Hex 41 6D FC 4A 39 0 1 E2 61 3E
Octal 101 155 374 112 71 0 1 342 141 76
Binary 1000001 1101101 11111100 1001010 111001 0 1 11100010 1100001 111110

Color Harmonies of #416DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416DFC

Black with #416DFC

Text Example


Text Example

White with #416DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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