Html Css Color HEX #406CDF Royal Blue

📋 copy color: '#406CDF'

red 64 ◦ green 108 ◦ blue 223

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

Shades of Royal Blue #406CDF

Tints of Royal Blue #406CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.34%

 BLUE value IS 223 (87.5% from 255) = 56.46%

R = 16.2%
G = 27.34%
B = 56.46%

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

#406CDF (or 0x406CDF) is known color: Royal Blue. HEX triplet: 40, 6C and DF. RGB value is (64,108,223). Sum of RGB (Red+Green+Blue) = 64+108+223=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #406CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406CDF is #BF9320. Grayscale: #6B6B6B. Windows color (decimal): -12555041 or 14642240. OLE color: 14642240.

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

Color convert

RGB 64 108 223 -
CMYK 0.71 0.52 0 0.13
HSL 223.4º 0.71% 0.56% -
HSV(B) 223.4º 0.71% 0.87% -
XYZ 20.8 17.14 72.02 -
YUV 107.95 192.92 96.65 -
System Red Green Blue C M Y K H S L
Decimal 64 108 223 0.71 0.52 0 0.13 223.4 0.71 0.56
Hex 40 6C DF 47 34 0 D DF 47 38
Octal 100 154 337 107 64 0 15 337 107 70
Binary 1000000 1101100 11011111 1000111 110100 0 1101 11011111 1000111 111000

Color Harmonies of #406CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406CDF

Black with #406CDF

Text Example


Text Example

White with #406CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,108,223); }

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

background-color css

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

 a { background-color: rgb(64,108,223); }

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

border-color css

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

 span { border-color: rgb(64,108,223); }

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