Html Css Color HEX #416FDD Royal Blue

📋 copy color: '#416FDD'

red 65 ◦ green 111 ◦ blue 221

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

Shades of Royal Blue #416FDD

Tints of Royal Blue #416FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.96%

 BLUE value IS 221 (86.72% from 255) = 55.67%

R = 16.37%
G = 27.96%
B = 55.67%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#416FDD (or 0x416FDD) is known color: Royal Blue. HEX triplet: 41, 6F and DD. RGB value is (65,111,221). Sum of RGB (Red+Green+Blue) = 65+111+221=397 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.37% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #416FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416FDD is #BE9022. Grayscale: #6D6D6D. Windows color (decimal): -12488739 or 14511937. OLE color: 14511937.

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

Color convert

RGB 65 111 221 -
CMYK 0.71 0.50 0 0.13
HSL 222.31º 0.7% 0.56% -
HSV(B) 222.31º 0.71% 0.87% -
XYZ 20.92 17.71 70.72 -
YUV 109.79 190.76 96.06 -
System Red Green Blue C M Y K H S L
Decimal 65 111 221 0.71 0.50 0 0.13 222.31 0.7 0.56
Hex 41 6F DD 47 32 0 D DE 46 38
Octal 101 157 335 107 62 0 15 336 106 70
Binary 1000001 1101111 11011101 1000111 110010 0 1101 11011110 1000110 111000

Color Harmonies of #416FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416FDD

Black with #416FDD

Text Example


Text Example

White with #416FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,111,221); }

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

background-color css

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

 a { background-color: rgb(65,111,221); }

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

border-color css

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

 span { border-color: rgb(65,111,221); }

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