Html Css Color HEX #406BD8 Royal Blue

📋 copy color: '#406BD8'

red 64 ◦ green 107 ◦ blue 216

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

Shades of Royal Blue #406BD8

Tints of Royal Blue #406BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 55.81%

R = 16.54%
G = 27.65%
B = 55.81%

CMYK

 C value IS 0.70

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#406BD8 (or 0x406BD8) is known color: Royal Blue. HEX triplet: 40, 6B and D8. RGB value is (64,107,216). Sum of RGB (Red+Green+Blue) = 64+107+216=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 216 (84.77% from 255 or 55.81% from 387); Max value from RGB is 216 - color contains mainly: blue. Hex color #406BD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406BD8 is #BF9427. Grayscale: #6A6A6A. Windows color (decimal): -12555304 or 14183232. OLE color: 14183232.

HSL color Cylindrical-coordinate representation of color #406BD8: hue angle of 223.03º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #406BD8 is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 107 216 -
CMYK 0.70 0.50 0 0.15
HSL 223.03º 0.66% 0.55% -
HSV(B) 223.03º 0.7% 0.85% -
XYZ 19.77 16.56 67.12 -
YUV 106.57 189.75 97.64 -
System Red Green Blue C M Y K H S L
Decimal 64 107 216 0.70 0.50 0 0.15 223.03 0.66 0.55
Hex 40 6B D8 46 32 0 F DF 42 37
Octal 100 153 330 106 62 0 17 337 102 67
Binary 1000000 1101011 11011000 1000110 110010 0 1111 11011111 1000010 110111

Color Harmonies of #406BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406BD8

Black with #406BD8

Text Example


Text Example

White with #406BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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