Html Css Color HEX #416ECB Royal Blue

📋 copy color: '#416ECB'

red 65 ◦ green 110 ◦ blue 203

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

Shades of Royal Blue #416ECB

Tints of Royal Blue #416ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.7%

R = 17.2%
G = 29.1%
B = 53.7%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#416ECB (or 0x416ECB) is known color: Royal Blue. HEX triplet: 41, 6E and CB. RGB value is (65,110,203). Sum of RGB (Red+Green+Blue) = 65+110+203=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #416ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416ECB is #BE9134. Grayscale: #6A6A6A. Windows color (decimal): -12489013 or 13332033. OLE color: 13332033.

HSL color Cylindrical-coordinate representation of color #416ECB: hue angle of 220.43º degrees, saturation: 0.57, 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 #416ECB is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 110 203 -
CMYK 0.68 0.46 0 0.20
HSL 220.43º 0.57% 0.53% -
HSV(B) 220.43º 0.68% 0.8% -
XYZ 18.54 16.59 58.72 -
YUV 107.15 182.09 97.94 -
System Red Green Blue C M Y K H S L
Decimal 65 110 203 0.68 0.46 0 0.20 220.43 0.57 0.53
Hex 41 6E CB 44 2E 0 14 DC 39 35
Octal 101 156 313 104 56 0 24 334 71 65
Binary 1000001 1101110 11001011 1000100 101110 0 10100 11011100 111001 110101

Color Harmonies of #416ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416ECB

Black with #416ECB

Text Example


Text Example

White with #416ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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