Html Css Color HEX #416DDA Royal Blue

📋 copy color: '#416DDA'

red 65 ◦ green 109 ◦ blue 218

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

Shades of Royal Blue #416DDA

Tints of Royal Blue #416DDA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.81%

 BLUE value IS 218 (85.55% from 255) = 55.61%

R = 16.58%
G = 27.81%
B = 55.61%

CMYK

 C value IS 0.70

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#416DDA (or 0x416DDA) is known color: Royal Blue. HEX triplet: 41, 6D and DA. RGB value is (65,109,218). Sum of RGB (Red+Green+Blue) = 65+109+218=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #416DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416DDA is #BE9225. Grayscale: #6B6B6B. Windows color (decimal): -12489254 or 14314817. OLE color: 14314817.

HSL color Cylindrical-coordinate representation of color #416DDA: hue angle of 222.75º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #416DDA is Cyan = 0.70, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 109 218 -
CMYK 0.70 0.5 0 0.15
HSL 222.75º 0.67% 0.55% -
HSV(B) 222.75º 0.7% 0.85% -
XYZ 20.3 17.12 68.56 -
YUV 108.27 189.92 97.14 -
System Red Green Blue C M Y K H S L
Decimal 65 109 218 0.70 0.5 0 0.15 222.75 0.67 0.55
Hex 41 6D DA 46 32 0 F DF 43 37
Octal 101 155 332 106 62 0 17 337 103 67
Binary 1000001 1101101 11011010 1000110 110010 0 1111 11011111 1000011 110111

Color Harmonies of #416DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416DDA

Black with #416DDA

Text Example


Text Example

White with #416DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,109,218); }

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

background-color css

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

 a { background-color: rgb(65,109,218); }

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

border-color css

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

 span { border-color: rgb(65,109,218); }

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