Html Css Color HEX #406ED0 Royal Blue

📋 copy color: '#406ED0'

red 64 ◦ green 110 ◦ blue 208

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

Shades of Royal Blue #406ED0

Tints of Royal Blue #406ED0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.8%

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

R = 16.75%
G = 28.8%
B = 54.45%

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

#406ED0 (or 0x406ED0) is known color: Royal Blue. HEX triplet: 40, 6E and D0. RGB value is (64,110,208). Sum of RGB (Red+Green+Blue) = 64+110+208=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 208 (81.64% from 255 or 54.45% from 382); Max value from RGB is 208 - color contains mainly: blue. Hex color #406ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406ED0 is #BF912F. Grayscale: #6A6A6A. Windows color (decimal): -12554544 or 13659712. OLE color: 13659712.

HSL color Cylindrical-coordinate representation of color #406ED0: hue angle of 220.83º 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 #406ED0 is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 110 208 -
CMYK 0.69 0.47 0 0.18
HSL 220.83º 0.61% 0.53% -
HSV(B) 220.83º 0.69% 0.82% -
XYZ 19.08 16.8 61.91 -
YUV 107.42 184.76 97.03 -
System Red Green Blue C M Y K H S L
Decimal 64 110 208 0.69 0.47 0 0.18 220.83 0.61 0.53
Hex 40 6E D0 45 2F 0 12 DD 3D 35
Octal 100 156 320 105 57 0 22 335 75 65
Binary 1000000 1101110 11010000 1000101 101111 0 10010 11011101 111101 110101

Color Harmonies of #406ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406ED0

Black with #406ED0

Text Example


Text Example

White with #406ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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