Html Css Color HEX #406DCE Royal Blue

📋 copy color: '#406DCE'

red 64 ◦ green 109 ◦ blue 206

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

Shades of Royal Blue #406DCE

Tints of Royal Blue #406DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.76%

 BLUE value IS 206 (80.86% from 255) = 54.35%

R = 16.89%
G = 28.76%
B = 54.35%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#406DCE (or 0x406DCE) is known color: Royal Blue. HEX triplet: 40, 6D and CE. RGB value is (64,109,206). Sum of RGB (Red+Green+Blue) = 64+109+206=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #406DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406DCE is #BF9231. Grayscale: #6A6A6A. Windows color (decimal): -12554802 or 13528384. OLE color: 13528384.

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

Color convert

RGB 64 109 206 -
CMYK 0.69 0.47 0 0.19
HSL 220.99º 0.59% 0.53% -
HSV(B) 220.99º 0.69% 0.81% -
XYZ 18.72 16.48 60.59 -
YUV 106.6 184.09 97.61 -
System Red Green Blue C M Y K H S L
Decimal 64 109 206 0.69 0.47 0 0.19 220.99 0.59 0.53
Hex 40 6D CE 45 2F 0 13 DD 3B 35
Octal 100 155 316 105 57 0 23 335 73 65
Binary 1000000 1101101 11001110 1000101 101111 0 10011 11011101 111011 110101

Color Harmonies of #406DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406DCE

Black with #406DCE

Text Example


Text Example

White with #406DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,109,206); }

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

background-color css

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

 a { background-color: rgb(64,109,206); }

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

border-color css

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

 span { border-color: rgb(64,109,206); }

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