Html Css Color HEX #406EDB Royal Blue

📋 copy color: '#406EDB'

red 64 ◦ green 110 ◦ blue 219

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

Shades of Royal Blue #406EDB

Tints of Royal Blue #406EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.99%

 BLUE value IS 219 (85.94% from 255) = 55.73%

R = 16.28%
G = 27.99%
B = 55.73%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#406EDB (or 0x406EDB) is known color: Royal Blue. HEX triplet: 40, 6E and DB. RGB value is (64,110,219). Sum of RGB (Red+Green+Blue) = 64+110+219=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #406EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406EDB is #BF9124. Grayscale: #6C6C6C. Windows color (decimal): -12554533 or 14380608. OLE color: 14380608.

HSL color Cylindrical-coordinate representation of color #406EDB: hue angle of 222.19º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #406EDB is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 110 219 -
CMYK 0.71 0.50 0 0.14
HSL 222.19º 0.68% 0.55% -
HSV(B) 222.19º 0.71% 0.86% -
XYZ 20.48 17.36 69.29 -
YUV 108.67 190.26 96.14 -
System Red Green Blue C M Y K H S L
Decimal 64 110 219 0.71 0.50 0 0.14 222.19 0.68 0.55
Hex 40 6E DB 47 32 0 E DE 44 37
Octal 100 156 333 107 62 0 16 336 104 67
Binary 1000000 1101110 11011011 1000111 110010 0 1110 11011110 1000100 110111

Color Harmonies of #406EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406EDB

Black with #406EDB

Text Example


Text Example

White with #406EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,110,219); }

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

background-color css

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

 a { background-color: rgb(64,110,219); }

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

border-color css

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

 span { border-color: rgb(64,110,219); }

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