Html Css Color HEX #416EEF Royal Blue

📋 copy color: '#416EEF'

red 65 ◦ green 110 ◦ blue 239

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

Shades of Royal Blue #416EEF

Tints of Royal Blue #416EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.73%

R = 15.7%
G = 26.57%
B = 57.73%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#416EEF (or 0x416EEF) is known color: Royal Blue. HEX triplet: 41, 6E and EF. RGB value is (65,110,239). Sum of RGB (Red+Green+Blue) = 65+110+239=414 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.70% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #416EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416EEF is #BE9110. Grayscale: #6E6E6E. Windows color (decimal): -12488977 or 15691329. OLE color: 15691329.

HSL color Cylindrical-coordinate representation of color #416EEF: hue angle of 224.48º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #416EEF is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 65 110 239 -
CMYK 0.73 0.54 0 0.06
HSL 224.48º 0.84% 0.6% -
HSV(B) 224.48º 0.73% 0.94% -
XYZ 23.34 18.51 84 -
YUV 111.25 200.09 95.01 -
System Red Green Blue C M Y K H S L
Decimal 65 110 239 0.73 0.54 0 0.06 224.48 0.84 0.6
Hex 41 6E EF 49 36 0 6 E0 54 3C
Octal 101 156 357 111 66 0 6 340 124 74
Binary 1000001 1101110 11101111 1001001 110110 0 110 11100000 1010100 111100

Color Harmonies of #416EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416EEF

Black with #416EEF

Text Example


Text Example

White with #416EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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