Html Css Color HEX #406DFA Royal Blue

📋 copy color: '#406DFA'

red 64 ◦ green 109 ◦ blue 250

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

Shades of Royal Blue #406DFA

Tints of Royal Blue #406DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.1%

R = 15.13%
G = 25.77%
B = 59.1%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#406DFA (or 0x406DFA) is known color: Royal Blue. HEX triplet: 40, 6D and FA. RGB value is (64,109,250). Sum of RGB (Red+Green+Blue) = 64+109+250=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #406DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406DFA is #BF9205. Grayscale: #6F6F6F. Windows color (decimal): -12554758 or 16411968. OLE color: 16411968.

HSL color Cylindrical-coordinate representation of color #406DFA: hue angle of 225.48º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #406DFA is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 109 250 -
CMYK 0.74 0.56 0 0.02
HSL 225.48º 0.95% 0.62% -
HSV(B) 225.48º 0.74% 0.98% -
XYZ 24.84 18.93 92.79 -
YUV 111.62 206.09 94.04 -
System Red Green Blue C M Y K H S L
Decimal 64 109 250 0.74 0.56 0 0.02 225.48 0.95 0.62
Hex 40 6D FA 4A 38 0 2 E1 5F 3E
Octal 100 155 372 112 70 0 2 341 137 76
Binary 1000000 1101101 11111010 1001010 111000 0 10 11100001 1011111 111110

Color Harmonies of #406DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406DFA

Black with #406DFA

Text Example


Text Example

White with #406DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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