Html Css Color HEX #406CCA Royal Blue

📋 copy color: '#406CCA'

red 64 ◦ green 108 ◦ blue 202

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

Shades of Royal Blue #406CCA

Tints of Royal Blue #406CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 54.01%

R = 17.11%
G = 28.88%
B = 54.01%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#406CCA (or 0x406CCA) is known color: Royal Blue. HEX triplet: 40, 6C and CA. RGB value is (64,108,202). Sum of RGB (Red+Green+Blue) = 64+108+202=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #406CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406CCA is #BF9335. Grayscale: #696969. Windows color (decimal): -12555062 or 13265984. OLE color: 13265984.

HSL color Cylindrical-coordinate representation of color #406CCA: hue angle of 220.87º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #406CCA is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 108 202 -
CMYK 0.68 0.47 0 0.21
HSL 220.87º 0.57% 0.52% -
HSV(B) 220.87º 0.68% 0.79% -
XYZ 18.14 16.08 58.02 -
YUV 105.56 182.42 98.36 -
System Red Green Blue C M Y K H S L
Decimal 64 108 202 0.68 0.47 0 0.21 220.87 0.57 0.52
Hex 40 6C CA 44 2F 0 15 DD 39 34
Octal 100 154 312 104 57 0 25 335 71 64
Binary 1000000 1101100 11001010 1000100 101111 0 10101 11011101 111001 110100

Color Harmonies of #406CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406CCA

Black with #406CCA

Text Example


Text Example

White with #406CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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