Html Css Color HEX #406BD1 Royal Blue

📋 copy color: '#406BD1'

red 64 ◦ green 107 ◦ blue 209

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

Shades of Royal Blue #406BD1

Tints of Royal Blue #406BD1

RGB

 RED value IS 64 (25.39% from 255) = 16.84%

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

 BLUE value IS 209 (82.03% from 255) = 55%

R = 16.84%
G = 28.16%
B = 55%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#406BD1 (or 0x406BD1) is known color: Royal Blue. HEX triplet: 40, 6B and D1. RGB value is (64,107,209). Sum of RGB (Red+Green+Blue) = 64+107+209=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 209 (82.03% from 255 or 55% from 380); Max value from RGB is 209 - color contains mainly: blue. Hex color #406BD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406BD1 is #BF942E. Grayscale: #696969. Windows color (decimal): -12555311 or 13724480. OLE color: 13724480.

HSL color Cylindrical-coordinate representation of color #406BD1: hue angle of 222.21º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #406BD1 is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 107 209 -
CMYK 0.69 0.49 0 0.18
HSL 222.21º 0.61% 0.54% -
HSV(B) 222.21º 0.69% 0.82% -
XYZ 18.88 16.21 62.46 -
YUV 105.77 186.25 98.21 -
System Red Green Blue C M Y K H S L
Decimal 64 107 209 0.69 0.49 0 0.18 222.21 0.61 0.54
Hex 40 6B D1 45 31 0 12 DE 3D 36
Octal 100 153 321 105 61 0 22 336 75 66
Binary 1000000 1101011 11010001 1000101 110001 0 10010 11011110 111101 110110

Color Harmonies of #406BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406BD1

Black with #406BD1

Text Example


Text Example

White with #406BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406BD1; }

 p { color: rgb(64,107,209); }

 H1.HeaderClassName
 {
   color: #406BD1;
 }
 .AnyTagClassName
 {
   color: #406BD1;
 }
</style>

background-color css

<style>
 a { background-color: #406BD1; }

 a { background-color: rgb(64,107,209); }

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

border-color css

<style>
 span { border-color: #406BD1; }

 span { border-color: rgb(64,107,209); }

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