Html Css Color HEX #406FD0 Royal Blue

📋 copy color: '#406FD0'

red 64 ◦ green 111 ◦ blue 208

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

Shades of Royal Blue #406FD0

Tints of Royal Blue #406FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 54.31%

R = 16.71%
G = 28.98%
B = 54.31%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#406FD0 (or 0x406FD0) is known color: Royal Blue. HEX triplet: 40, 6F and D0. RGB value is (64,111,208). Sum of RGB (Red+Green+Blue) = 64+111+208=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 208 (81.64% from 255 or 54.31% from 383); Max value from RGB is 208 - color contains mainly: blue. Hex color #406FD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FD0 is #BF902F. Grayscale: #6B6B6B. Windows color (decimal): -12554288 or 13659968. OLE color: 13659968.

HSL color Cylindrical-coordinate representation of color #406FD0: hue angle of 220.42º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #406FD0 is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 111 208 -
CMYK 0.69 0.47 0 0.18
HSL 220.42º 0.61% 0.53% -
HSV(B) 220.42º 0.69% 0.82% -
XYZ 19.18 17.01 61.95 -
YUV 108.01 184.43 96.61 -
System Red Green Blue C M Y K H S L
Decimal 64 111 208 0.69 0.47 0 0.18 220.42 0.61 0.53
Hex 40 6F D0 45 2F 0 12 DC 3D 35
Octal 100 157 320 105 57 0 22 334 75 65
Binary 1000000 1101111 11010000 1000101 101111 0 10010 11011100 111101 110101

Color Harmonies of #406FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406FD0

Black with #406FD0

Text Example


Text Example

White with #406FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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