Html Css Color HEX #416DCF Royal Blue

📋 copy color: '#416DCF'

red 65 ◦ green 109 ◦ blue 207

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

Shades of Royal Blue #416DCF

Tints of Royal Blue #416DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.33%

R = 17.06%
G = 28.61%
B = 54.33%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#416DCF (or 0x416DCF) is known color: Royal Blue. HEX triplet: 41, 6D and CF. RGB value is (65,109,207). Sum of RGB (Red+Green+Blue) = 65+109+207=381 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.06% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #416DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416DCF is #BE9230. Grayscale: #6A6A6A. Windows color (decimal): -12489265 or 13593921. OLE color: 13593921.

HSL color Cylindrical-coordinate representation of color #416DCF: hue angle of 221.41º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #416DCF is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 109 207 -
CMYK 0.69 0.47 0 0.19
HSL 221.41º 0.6% 0.53% -
HSV(B) 221.41º 0.69% 0.81% -
XYZ 18.91 16.57 61.23 -
YUV 107.02 184.42 98.03 -
System Red Green Blue C M Y K H S L
Decimal 65 109 207 0.69 0.47 0 0.19 221.41 0.6 0.53
Hex 41 6D CF 45 2F 0 13 DD 3C 35
Octal 101 155 317 105 57 0 23 335 74 65
Binary 1000001 1101101 11001111 1000101 101111 0 10011 11011101 111100 110101

Color Harmonies of #416DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416DCF

Black with #416DCF

Text Example


Text Example

White with #416DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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