Html Css Color HEX #406FCE Royal Blue

📋 copy color: '#406FCE'

red 64 ◦ green 111 ◦ blue 206

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

Shades of Royal Blue #406FCE

Tints of Royal Blue #406FCE

RGB

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

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

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

R = 16.8%
G = 29.13%
B = 54.07%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#406FCE (or 0x406FCE) is known color: Royal Blue. HEX triplet: 40, 6F and CE. RGB value is (64,111,206). Sum of RGB (Red+Green+Blue) = 64+111+206=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #406FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FCE is #BF9031. Grayscale: #6B6B6B. Windows color (decimal): -12554290 or 13528896. OLE color: 13528896.

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

Color convert

RGB 64 111 206 -
CMYK 0.69 0.46 0 0.19
HSL 220.14º 0.59% 0.53% -
HSV(B) 220.14º 0.69% 0.81% -
XYZ 18.94 16.92 60.66 -
YUV 107.78 183.43 96.78 -
System Red Green Blue C M Y K H S L
Decimal 64 111 206 0.69 0.46 0 0.19 220.14 0.59 0.53
Hex 40 6F CE 45 2E 0 13 DC 3B 35
Octal 100 157 316 105 56 0 23 334 73 65
Binary 1000000 1101111 11001110 1000101 101110 0 10011 11011100 111011 110101

Color Harmonies of #406FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406FCE

Black with #406FCE

Text Example


Text Example

White with #406FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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