Html Css Color HEX #406BFE Royal Blue

📋 copy color: '#406BFE'

red 64 ◦ green 107 ◦ blue 254

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

Shades of Royal Blue #406BFE

Tints of Royal Blue #406BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.76%

R = 15.06%
G = 25.18%
B = 59.76%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#406BFE (or 0x406BFE) is known color: Royal Blue. HEX triplet: 40, 6B and FE. RGB value is (64,107,254). Sum of RGB (Red+Green+Blue) = 64+107+254=425 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.06% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #406BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406BFE is #BF9401. Grayscale: #6E6E6E. Windows color (decimal): -12555266 or 16673600. OLE color: 16673600.

HSL color Cylindrical-coordinate representation of color #406BFE: hue angle of 226.42º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #406BFE is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 64 107 254 -
CMYK 0.75 0.58 0 0.00
HSL 226.42º 0.99% 0.62% -
HSV(B) 226.42º 0.75% 1% -
XYZ 25.26 18.76 96.06 -
YUV 110.9 208.75 94.55 -
System Red Green Blue C M Y K H S L
Decimal 64 107 254 0.75 0.58 0 0.00 226.42 0.99 0.62
Hex 40 6B FE 4B 3A 0 0 E2 63 3E
Octal 100 153 376 113 72 0 0 342 143 76
Binary 1000000 1101011 11111110 1001011 111010 0 0 11100010 1100011 111110

Color Harmonies of #406BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406BFE

Black with #406BFE

Text Example


Text Example

White with #406BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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