Html Css Color HEX #416CDF Royal Blue

📋 copy color: '#416CDF'

red 65 ◦ green 108 ◦ blue 223

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

Shades of Royal Blue #416CDF

Tints of Royal Blue #416CDF

RGB

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

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

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

R = 16.41%
G = 27.27%
B = 56.31%

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

#416CDF (or 0x416CDF) is known color: Royal Blue. HEX triplet: 41, 6C and DF. RGB value is (65,108,223). Sum of RGB (Red+Green+Blue) = 65+108+223=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #416CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416CDF is #BE9320. Grayscale: #6B6B6B. Windows color (decimal): -12489505 or 14642241. OLE color: 14642241.

HSL color Cylindrical-coordinate representation of color #416CDF: hue angle of 223.67º 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 #416CDF is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 108 223 -
CMYK 0.71 0.52 0 0.13
HSL 223.67º 0.71% 0.56% -
HSV(B) 223.67º 0.71% 0.87% -
XYZ 20.86 17.18 72.03 -
YUV 108.25 192.75 97.15 -
System Red Green Blue C M Y K H S L
Decimal 65 108 223 0.71 0.52 0 0.13 223.67 0.71 0.56
Hex 41 6C DF 47 34 0 D E0 47 38
Octal 101 154 337 107 64 0 15 340 107 70
Binary 1000001 1101100 11011111 1000111 110100 0 1101 11100000 1000111 111000

Color Harmonies of #416CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416CDF

Black with #416CDF

Text Example


Text Example

White with #416CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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