Html Css Color HEX #416BDF Royal Blue

📋 copy color: '#416BDF'

red 65 ◦ green 107 ◦ blue 223

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

Shades of Royal Blue #416BDF

Tints of Royal Blue #416BDF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.09%

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

R = 16.46%
G = 27.09%
B = 56.46%

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

#416BDF (or 0x416BDF) is known color: Royal Blue. HEX triplet: 41, 6B and DF. RGB value is (65,107,223). Sum of RGB (Red+Green+Blue) = 65+107+223=395 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.46% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #416BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416BDF is #BE9420. Grayscale: #6B6B6B. Windows color (decimal): -12489761 or 14641985. OLE color: 14641985.

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

Color convert

RGB 65 107 223 -
CMYK 0.71 0.52 0 0.13
HSL 224.05º 0.71% 0.56% -
HSV(B) 224.05º 0.71% 0.87% -
XYZ 20.76 16.97 71.99 -
YUV 107.67 193.09 97.57 -
System Red Green Blue C M Y K H S L
Decimal 65 107 223 0.71 0.52 0 0.13 224.05 0.71 0.56
Hex 41 6B DF 47 34 0 D E0 47 38
Octal 101 153 337 107 64 0 15 340 107 70
Binary 1000001 1101011 11011111 1000111 110100 0 1101 11100000 1000111 111000

Color Harmonies of #416BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416BDF

Black with #416BDF

Text Example


Text Example

White with #416BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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