Html Css Color HEX #406BFD Royal Blue

📋 copy color: '#406BFD'

red 64 ◦ green 107 ◦ blue 253

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

Shades of Royal Blue #406BFD

Tints of Royal Blue #406BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.67%

R = 15.09%
G = 25.24%
B = 59.67%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#406BFD (or 0x406BFD) is known color: Royal Blue. HEX triplet: 40, 6B and FD. RGB value is (64,107,253). Sum of RGB (Red+Green+Blue) = 64+107+253=424 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.09% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #406BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406BFD is #BF9402. Grayscale: #6E6E6E. Windows color (decimal): -12555267 or 16608064. OLE color: 16608064.

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

Color convert

RGB 64 107 253 -
CMYK 0.75 0.58 0 0.01
HSL 226.35º 0.98% 0.62% -
HSV(B) 226.35º 0.75% 0.99% -
XYZ 25.1 18.7 95.21 -
YUV 110.79 208.25 94.63 -
System Red Green Blue C M Y K H S L
Decimal 64 107 253 0.75 0.58 0 0.01 226.35 0.98 0.62
Hex 40 6B FD 4B 3A 0 1 E2 62 3E
Octal 100 153 375 113 72 0 1 342 142 76
Binary 1000000 1101011 11111101 1001011 111010 0 1 11100010 1100010 111110

Color Harmonies of #406BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406BFD

Black with #406BFD

Text Example


Text Example

White with #406BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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