Html Css Color HEX #406BDB Royal Blue

📋 copy color: '#406BDB'

red 64 ◦ green 107 ◦ blue 219

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

Shades of Royal Blue #406BDB

Tints of Royal Blue #406BDB

RGB

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

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

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

R = 16.41%
G = 27.44%
B = 56.15%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#406BDB (or 0x406BDB) is known color: Royal Blue. HEX triplet: 40, 6B and DB. RGB value is (64,107,219). Sum of RGB (Red+Green+Blue) = 64+107+219=390 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.41% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #406BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406BDB is #BF9424. Grayscale: #6A6A6A. Windows color (decimal): -12555301 or 14379840. OLE color: 14379840.

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

Color convert

RGB 64 107 219 -
CMYK 0.71 0.51 0 0.14
HSL 223.35º 0.68% 0.55% -
HSV(B) 223.35º 0.71% 0.86% -
XYZ 20.16 16.72 69.18 -
YUV 106.91 191.25 97.39 -
System Red Green Blue C M Y K H S L
Decimal 64 107 219 0.71 0.51 0 0.14 223.35 0.68 0.55
Hex 40 6B DB 47 33 0 E DF 44 37
Octal 100 153 333 107 63 0 16 337 104 67
Binary 1000000 1101011 11011011 1000111 110011 0 1110 11011111 1000100 110111

Color Harmonies of #406BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406BDB

Black with #406BDB

Text Example


Text Example

White with #406BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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