Html Css Color HEX #416ECC Royal Blue

📋 copy color: '#416ECC'

red 65 ◦ green 110 ◦ blue 204

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

Shades of Royal Blue #416ECC

Tints of Royal Blue #416ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.02%

 BLUE value IS 204 (80.08% from 255) = 53.83%

R = 17.15%
G = 29.02%
B = 53.83%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#416ECC (or 0x416ECC) is known color: Royal Blue. HEX triplet: 41, 6E and CC. RGB value is (65,110,204). Sum of RGB (Red+Green+Blue) = 65+110+204=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #416ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416ECC is #BE9133. Grayscale: #6A6A6A. Windows color (decimal): -12489012 or 13397569. OLE color: 13397569.

HSL color Cylindrical-coordinate representation of color #416ECC: hue angle of 220.58º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #416ECC is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 65 110 204 -
CMYK 0.68 0.46 0 0.2
HSL 220.58º 0.58% 0.53% -
HSV(B) 220.58º 0.68% 0.8% -
XYZ 18.65 16.64 59.35 -
YUV 107.26 182.59 97.86 -
System Red Green Blue C M Y K H S L
Decimal 65 110 204 0.68 0.46 0 0.2 220.58 0.58 0.53
Hex 41 6E CC 44 2E 0 14 DD 3A 35
Octal 101 156 314 104 56 0 24 335 72 65
Binary 1000001 1101110 11001100 1000100 101110 0 10100 11011101 111010 110101

Color Harmonies of #416ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416ECC

Black with #416ECC

Text Example


Text Example

White with #416ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,110,204); }

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

background-color css

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

 a { background-color: rgb(65,110,204); }

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

border-color css

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

 span { border-color: rgb(65,110,204); }

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