Html Css Color HEX #406BEF Royal Blue

📋 copy color: '#406BEF'

red 64 ◦ green 107 ◦ blue 239

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

Shades of Royal Blue #406BEF

Tints of Royal Blue #406BEF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.1%

 BLUE value IS 239 (93.75% from 255) = 58.29%

R = 15.61%
G = 26.1%
B = 58.29%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#406BEF (or 0x406BEF) is known color: Royal Blue. HEX triplet: 40, 6B and EF. RGB value is (64,107,239). Sum of RGB (Red+Green+Blue) = 64+107+239=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 239 (93.75% from 255 or 58.29% from 410); Max value from RGB is 239 - color contains mainly: blue. Hex color #406BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406BEF is #BF9410. Grayscale: #6C6C6C. Windows color (decimal): -12555281 or 15690560. OLE color: 15690560.

HSL color Cylindrical-coordinate representation of color #406BEF: hue angle of 225.26º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #406BEF is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 107 239 -
CMYK 0.73 0.55 0 0.06
HSL 225.26º 0.85% 0.59% -
HSV(B) 225.26º 0.73% 0.94% -
XYZ 22.95 17.84 83.89 -
YUV 109.19 201.25 95.77 -
System Red Green Blue C M Y K H S L
Decimal 64 107 239 0.73 0.55 0 0.06 225.26 0.85 0.59
Hex 40 6B EF 49 37 0 6 E1 55 3B
Octal 100 153 357 111 67 0 6 341 125 73
Binary 1000000 1101011 11101111 1001001 110111 0 110 11100001 1010101 111011

Color Harmonies of #406BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406BEF

Black with #406BEF

Text Example


Text Example

White with #406BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,107,239); }

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

background-color css

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

 a { background-color: rgb(64,107,239); }

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

border-color css

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

 span { border-color: rgb(64,107,239); }

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