Html Css Color HEX #416CCA Royal Blue

📋 copy color: '#416CCA'

red 65 ◦ green 108 ◦ blue 202

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

Shades of Royal Blue #416CCA

Tints of Royal Blue #416CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.8%

 BLUE value IS 202 (79.3% from 255) = 53.87%

R = 17.33%
G = 28.8%
B = 53.87%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#416CCA (or 0x416CCA) is known color: Royal Blue. HEX triplet: 41, 6C and CA. RGB value is (65,108,202). Sum of RGB (Red+Green+Blue) = 65+108+202=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #416CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416CCA is #BE9335. Grayscale: #696969. Windows color (decimal): -12489526 or 13265985. OLE color: 13265985.

HSL color Cylindrical-coordinate representation of color #416CCA: hue angle of 221.17º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #416CCA is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 65 108 202 -
CMYK 0.68 0.47 0 0.21
HSL 221.17º 0.56% 0.52% -
HSV(B) 221.17º 0.68% 0.79% -
XYZ 18.2 16.11 58.03 -
YUV 105.86 182.25 98.86 -
System Red Green Blue C M Y K H S L
Decimal 65 108 202 0.68 0.47 0 0.21 221.17 0.56 0.52
Hex 41 6C CA 44 2F 0 15 DD 38 34
Octal 101 154 312 104 57 0 25 335 70 64
Binary 1000001 1101100 11001010 1000100 101111 0 10101 11011101 111000 110100

Color Harmonies of #416CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416CCA

Black with #416CCA

Text Example


Text Example

White with #416CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,108,202); }

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

background-color css

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

 a { background-color: rgb(65,108,202); }

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

border-color css

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

 span { border-color: rgb(65,108,202); }

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