Html Css Color HEX #406AFC Royal Blue

📋 copy color: '#406AFC'

red 64 ◦ green 106 ◦ blue 252

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

Shades of Royal Blue #406AFC

Tints of Royal Blue #406AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.72%

R = 15.17%
G = 25.12%
B = 59.72%

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

#406AFC (or 0x406AFC) is known color: Royal Blue. HEX triplet: 40, 6A and FC. RGB value is (64,106,252). Sum of RGB (Red+Green+Blue) = 64+106+252=422 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.17% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 252 (98.83% from 255 or 59.72% from 422); Max value from RGB is 252 - color contains mainly: blue. Hex color #406AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406AFC is #BF9503. Grayscale: #6D6D6D. Windows color (decimal): -12555524 or 16542272. OLE color: 16542272.

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

Color convert

RGB 64 106 252 -
CMYK 0.75 0.58 0 0.01
HSL 226.6º 0.97% 0.62% -
HSV(B) 226.6º 0.75% 0.99% -
XYZ 24.84 18.43 94.34 -
YUV 110.09 208.09 95.13 -
System Red Green Blue C M Y K H S L
Decimal 64 106 252 0.75 0.58 0 0.01 226.6 0.97 0.62
Hex 40 6A FC 4B 3A 0 1 E3 61 3E
Octal 100 152 374 113 72 0 1 343 141 76
Binary 1000000 1101010 11111100 1001011 111010 0 1 11100011 1100001 111110

Color Harmonies of #406AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406AFC

Black with #406AFC

Text Example


Text Example

White with #406AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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