Html Css Color HEX #406BDD Royal Blue

📋 copy color: '#406BDD'

red 64 ◦ green 107 ◦ blue 221

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

Shades of Royal Blue #406BDD

Tints of Royal Blue #406BDD

RGB

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

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

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

R = 16.33%
G = 27.3%
B = 56.38%

CMYK

 C value IS 0.71

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#406BDD (or 0x406BDD) is known color: Royal Blue. HEX triplet: 40, 6B and DD. RGB value is (64,107,221). Sum of RGB (Red+Green+Blue) = 64+107+221=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #406BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406BDD is #BF9422. Grayscale: #6A6A6A. Windows color (decimal): -12555299 or 14510912. OLE color: 14510912.

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

Color convert

RGB 64 107 221 -
CMYK 0.71 0.52 0 0.13
HSL 223.57º 0.7% 0.56% -
HSV(B) 223.57º 0.71% 0.87% -
XYZ 20.42 16.83 70.58 -
YUV 107.14 192.25 97.23 -
System Red Green Blue C M Y K H S L
Decimal 64 107 221 0.71 0.52 0 0.13 223.57 0.7 0.56
Hex 40 6B DD 47 34 0 D E0 46 38
Octal 100 153 335 107 64 0 15 340 106 70
Binary 1000000 1101011 11011101 1000111 110100 0 1101 11100000 1000110 111000

Color Harmonies of #406BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406BDD

Black with #406BDD

Text Example


Text Example

White with #406BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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