Html Css Color HEX #416DFD Royal Blue

📋 copy color: '#416DFD'

red 65 ◦ green 109 ◦ blue 253

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

Shades of Royal Blue #416DFD

Tints of Royal Blue #416DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.25%

R = 15.22%
G = 25.53%
B = 59.25%

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

#416DFD (or 0x416DFD) is known color: Royal Blue. HEX triplet: 41, 6D and FD. RGB value is (65,109,253). Sum of RGB (Red+Green+Blue) = 65+109+253=427 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.22% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #416DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416DFD is #BE9202. Grayscale: #6F6F6F. Windows color (decimal): -12489219 or 16608577. OLE color: 16608577.

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

Color convert

RGB 65 109 253 -
CMYK 0.74 0.57 0 0.01
HSL 225.96º 0.98% 0.62% -
HSV(B) 225.96º 0.74% 0.99% -
XYZ 25.38 19.15 95.29 -
YUV 112.26 207.42 94.29 -
System Red Green Blue C M Y K H S L
Decimal 65 109 253 0.74 0.57 0 0.01 225.96 0.98 0.62
Hex 41 6D FD 4A 39 0 1 E2 62 3E
Octal 101 155 375 112 71 0 1 342 142 76
Binary 1000001 1101101 11111101 1001010 111001 0 1 11100010 1100010 111110

Color Harmonies of #416DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416DFD

Black with #416DFD

Text Example


Text Example

White with #416DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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