Html Css Color HEX #406CEC Royal Blue

📋 copy color: '#406CEC'

red 64 ◦ green 108 ◦ blue 236

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

Shades of Royal Blue #406CEC

Tints of Royal Blue #406CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57.84%

R = 15.69%
G = 26.47%
B = 57.84%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#406CEC (or 0x406CEC) is known color: Royal Blue. HEX triplet: 40, 6C and EC. RGB value is (64,108,236). Sum of RGB (Red+Green+Blue) = 64+108+236=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #406CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406CEC is #BF9313. Grayscale: #6C6C6C. Windows color (decimal): -12555028 or 15494208. OLE color: 15494208.

HSL color Cylindrical-coordinate representation of color #406CEC: hue angle of 224.65º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #406CEC is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 108 236 -
CMYK 0.73 0.54 0 0.07
HSL 224.65º 0.82% 0.59% -
HSV(B) 224.65º 0.73% 0.93% -
XYZ 22.62 17.87 81.61 -
YUV 109.44 199.42 95.59 -
System Red Green Blue C M Y K H S L
Decimal 64 108 236 0.73 0.54 0 0.07 224.65 0.82 0.59
Hex 40 6C EC 49 36 0 7 E1 52 3B
Octal 100 154 354 111 66 0 7 341 122 73
Binary 1000000 1101100 11101100 1001001 110110 0 111 11100001 1010010 111011

Color Harmonies of #406CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406CEC

Black with #406CEC

Text Example


Text Example

White with #406CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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