Html Css Color HEX #416BDC Royal Blue

📋 copy color: '#416BDC'

red 65 ◦ green 107 ◦ blue 220

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

Shades of Royal Blue #416BDC

Tints of Royal Blue #416BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 56.12%

R = 16.58%
G = 27.3%
B = 56.12%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#416BDC (or 0x416BDC) is known color: Royal Blue. HEX triplet: 41, 6B and DC. RGB value is (65,107,220). Sum of RGB (Red+Green+Blue) = 65+107+220=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #416BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416BDC is #BE9423. Grayscale: #6A6A6A. Windows color (decimal): -12489764 or 14445377. OLE color: 14445377.

HSL color Cylindrical-coordinate representation of color #416BDC: hue angle of 223.74º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #416BDC is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 107 220 -
CMYK 0.70 0.51 0 0.14
HSL 223.74º 0.69% 0.56% -
HSV(B) 223.74º 0.7% 0.86% -
XYZ 20.36 16.81 69.88 -
YUV 107.32 191.59 97.81 -
System Red Green Blue C M Y K H S L
Decimal 65 107 220 0.70 0.51 0 0.14 223.74 0.69 0.56
Hex 41 6B DC 46 33 0 E E0 45 38
Octal 101 153 334 106 63 0 16 340 105 70
Binary 1000001 1101011 11011100 1000110 110011 0 1110 11100000 1000101 111000

Color Harmonies of #416BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416BDC

Black with #416BDC

Text Example


Text Example

White with #416BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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