Html Css Color HEX #406FDB Royal Blue

📋 copy color: '#406FDB'

red 64 ◦ green 111 ◦ blue 219

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

Shades of Royal Blue #406FDB

Tints of Royal Blue #406FDB

RGB

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

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

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

R = 16.24%
G = 28.17%
B = 55.58%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#406FDB (or 0x406FDB) is known color: Royal Blue. HEX triplet: 40, 6F and DB. RGB value is (64,111,219). Sum of RGB (Red+Green+Blue) = 64+111+219=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #406FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FDB is #BF9024. Grayscale: #6C6C6C. Windows color (decimal): -12554277 or 14380864. OLE color: 14380864.

HSL color Cylindrical-coordinate representation of color #406FDB: hue angle of 221.81º 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 #406FDB is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 111 219 -
CMYK 0.71 0.49 0 0.14
HSL 221.81º 0.68% 0.55% -
HSV(B) 221.81º 0.71% 0.86% -
XYZ 20.58 17.57 69.32 -
YUV 109.26 189.93 95.72 -
System Red Green Blue C M Y K H S L
Decimal 64 111 219 0.71 0.49 0 0.14 221.81 0.68 0.55
Hex 40 6F DB 47 31 0 E DE 44 37
Octal 100 157 333 107 61 0 16 336 104 67
Binary 1000000 1101111 11011011 1000111 110001 0 1110 11011110 1000100 110111

Color Harmonies of #406FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406FDB

Black with #406FDB

Text Example


Text Example

White with #406FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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