Html Css Color HEX #416CEA Royal Blue

📋 copy color: '#416CEA'

red 65 ◦ green 108 ◦ blue 234

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

Shades of Royal Blue #416CEA

Tints of Royal Blue #416CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.49%

R = 15.97%
G = 26.54%
B = 57.49%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#416CEA (or 0x416CEA) is known color: Royal Blue. HEX triplet: 41, 6C and EA. RGB value is (65,108,234). Sum of RGB (Red+Green+Blue) = 65+108+234=407 (53% of max value = 765). Red value is 65 (25.78% from 255 or 15.97% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #416CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416CEA is #BE9315. Grayscale: #6C6C6C. Windows color (decimal): -12489494 or 15363137. OLE color: 15363137.

HSL color Cylindrical-coordinate representation of color #416CEA: hue angle of 224.73º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #416CEA is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 108 234 -
CMYK 0.72 0.54 0 0.08
HSL 224.73º 0.8% 0.59% -
HSV(B) 224.73º 0.72% 0.92% -
XYZ 22.39 17.79 80.1 -
YUV 109.51 198.25 96.25 -
System Red Green Blue C M Y K H S L
Decimal 65 108 234 0.72 0.54 0 0.08 224.73 0.8 0.59
Hex 41 6C EA 48 36 0 8 E1 50 3B
Octal 101 154 352 110 66 0 10 341 120 73
Binary 1000001 1101100 11101010 1001000 110110 0 1000 11100001 1010000 111011

Color Harmonies of #416CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416CEA

Black with #416CEA

Text Example


Text Example

White with #416CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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