Html Css Color HEX #416ADF Royal Blue

📋 copy color: '#416ADF'

red 65 ◦ green 106 ◦ blue 223

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

Shades of Royal Blue #416ADF

Tints of Royal Blue #416ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.9%

 BLUE value IS 223 (87.5% from 255) = 56.6%

R = 16.5%
G = 26.9%
B = 56.6%

CMYK

 C value IS 0.71

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#416ADF (or 0x416ADF) is known color: Royal Blue. HEX triplet: 41, 6A and DF. RGB value is (65,106,223). Sum of RGB (Red+Green+Blue) = 65+106+223=394 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.50% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #416ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416ADF is #BE9520. Grayscale: #6A6A6A. Windows color (decimal): -12490017 or 14641729. OLE color: 14641729.

HSL color Cylindrical-coordinate representation of color #416ADF: hue angle of 224.43º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #416ADF is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 106 223 -
CMYK 0.71 0.52 0 0.13
HSL 224.43º 0.71% 0.56% -
HSV(B) 224.43º 0.71% 0.87% -
XYZ 20.65 16.76 71.96 -
YUV 107.08 193.42 97.99 -
System Red Green Blue C M Y K H S L
Decimal 65 106 223 0.71 0.52 0 0.13 224.43 0.71 0.56
Hex 41 6A DF 47 34 0 D E0 47 38
Octal 101 152 337 107 64 0 15 340 107 70
Binary 1000001 1101010 11011111 1000111 110100 0 1101 11100000 1000111 111000

Color Harmonies of #416ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416ADF

Black with #416ADF

Text Example


Text Example

White with #416ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,106,223); }

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

background-color css

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

 a { background-color: rgb(65,106,223); }

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

border-color css

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

 span { border-color: rgb(65,106,223); }

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