Html Css Color HEX #406BFA Royal Blue

📋 copy color: '#406BFA'

red 64 ◦ green 107 ◦ blue 250

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

Shades of Royal Blue #406BFA

Tints of Royal Blue #406BFA

RGB

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

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

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

R = 15.2%
G = 25.42%
B = 59.38%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#406BFA (or 0x406BFA) is known color: Royal Blue. HEX triplet: 40, 6B and FA. RGB value is (64,107,250). Sum of RGB (Red+Green+Blue) = 64+107+250=421 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.20% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #406BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406BFA is #BF9405. Grayscale: #6D6D6D. Windows color (decimal): -12555270 or 16411456. OLE color: 16411456.

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

Color convert

RGB 64 107 250 -
CMYK 0.74 0.57 0 0.02
HSL 226.13º 0.95% 0.62% -
HSV(B) 226.13º 0.74% 0.98% -
XYZ 24.63 18.51 92.72 -
YUV 110.45 206.75 94.87 -
System Red Green Blue C M Y K H S L
Decimal 64 107 250 0.74 0.57 0 0.02 226.13 0.95 0.62
Hex 40 6B FA 4A 39 0 2 E2 5F 3E
Octal 100 153 372 112 71 0 2 342 137 76
Binary 1000000 1101011 11111010 1001010 111001 0 10 11100010 1011111 111110

Color Harmonies of #406BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406BFA

Black with #406BFA

Text Example


Text Example

White with #406BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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