Html Css Color HEX #416DCE Royal Blue

📋 copy color: '#416DCE'

red 65 ◦ green 109 ◦ blue 206

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

Shades of Royal Blue #416DCE

Tints of Royal Blue #416DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.21%

R = 17.11%
G = 28.68%
B = 54.21%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#416DCE (or 0x416DCE) is known color: Royal Blue. HEX triplet: 41, 6D and CE. RGB value is (65,109,206). Sum of RGB (Red+Green+Blue) = 65+109+206=380 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.11% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #416DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416DCE is #BE9231. Grayscale: #6A6A6A. Windows color (decimal): -12489266 or 13528385. OLE color: 13528385.

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

Color convert

RGB 65 109 206 -
CMYK 0.68 0.47 0 0.19
HSL 221.28º 0.59% 0.53% -
HSV(B) 221.28º 0.68% 0.81% -
XYZ 18.79 16.52 60.59 -
YUV 106.9 183.92 98.11 -
System Red Green Blue C M Y K H S L
Decimal 65 109 206 0.68 0.47 0 0.19 221.28 0.59 0.53
Hex 41 6D CE 44 2F 0 13 DD 3B 35
Octal 101 155 316 104 57 0 23 335 73 65
Binary 1000001 1101101 11001110 1000100 101111 0 10011 11011101 111011 110101

Color Harmonies of #416DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416DCE

Black with #416DCE

Text Example


Text Example

White with #416DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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