Html Css Color HEX #406AFD Royal Blue

📋 copy color: '#406AFD'

red 64 ◦ green 106 ◦ blue 253

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

Shades of Royal Blue #406AFD

Tints of Royal Blue #406AFD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.06%

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

R = 15.13%
G = 25.06%
B = 59.81%

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

#406AFD (or 0x406AFD) is known color: Royal Blue. HEX triplet: 40, 6A and FD. RGB value is (64,106,253). Sum of RGB (Red+Green+Blue) = 64+106+253=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #406AFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406AFD is #BF9502. Grayscale: #6D6D6D. Windows color (decimal): -12555523 or 16607808. OLE color: 16607808.

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

Color convert

RGB 64 106 253 -
CMYK 0.75 0.58 0 0.01
HSL 226.67º 0.98% 0.62% -
HSV(B) 226.67º 0.75% 0.99% -
XYZ 25 18.49 95.18 -
YUV 110.2 208.59 95.05 -
System Red Green Blue C M Y K H S L
Decimal 64 106 253 0.75 0.58 0 0.01 226.67 0.98 0.62
Hex 40 6A FD 4B 3A 0 1 E3 62 3E
Octal 100 152 375 113 72 0 1 343 142 76
Binary 1000000 1101010 11111101 1001011 111010 0 1 11100011 1100010 111110

Color Harmonies of #406AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406AFD

Black with #406AFD

Text Example


Text Example

White with #406AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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