Html Css Color HEX #406DFE Royal Blue

📋 copy color: '#406DFE'

red 64 ◦ green 109 ◦ blue 254

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

Shades of Royal Blue #406DFE

Tints of Royal Blue #406DFE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.53%

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

R = 14.99%
G = 25.53%
B = 59.48%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#406DFE (or 0x406DFE) is known color: Royal Blue. HEX triplet: 40, 6D and FE. RGB value is (64,109,254). Sum of RGB (Red+Green+Blue) = 64+109+254=427 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.99% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #406DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406DFE is #BF9201. Grayscale: #6F6F6F. Windows color (decimal): -12554754 or 16674112. OLE color: 16674112.

HSL color Cylindrical-coordinate representation of color #406DFE: hue angle of 225.79º 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 #406DFE is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 64 109 254 -
CMYK 0.75 0.57 0 0.00
HSL 225.79º 0.99% 0.62% -
HSV(B) 225.79º 0.75% 1% -
XYZ 25.47 19.18 96.13 -
YUV 112.08 208.09 93.71 -
System Red Green Blue C M Y K H S L
Decimal 64 109 254 0.75 0.57 0 0.00 225.79 0.99 0.62
Hex 40 6D FE 4B 39 0 0 E2 63 3E
Octal 100 155 376 113 71 0 0 342 143 76
Binary 1000000 1101101 11111110 1001011 111001 0 0 11100010 1100011 111110

Color Harmonies of #406DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406DFE

Black with #406DFE

Text Example


Text Example

White with #406DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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