Html Css Color HEX #406AF8 Royal Blue

📋 copy color: '#406AF8'

red 64 ◦ green 106 ◦ blue 248

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

Shades of Royal Blue #406AF8

Tints of Royal Blue #406AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 59.33%

R = 15.31%
G = 25.36%
B = 59.33%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#406AF8 (or 0x406AF8) is known color: Royal Blue. HEX triplet: 40, 6A and F8. RGB value is (64,106,248). Sum of RGB (Red+Green+Blue) = 64+106+248=418 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.31% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 248 (97.27% from 255 or 59.33% from 418); Max value from RGB is 248 - color contains mainly: blue. Hex color #406AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406AF8 is #BF9507. Grayscale: #6D6D6D. Windows color (decimal): -12555528 or 16280128. OLE color: 16280128.

HSL color Cylindrical-coordinate representation of color #406AF8: hue angle of 226.3º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #406AF8 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 64 106 248 -
CMYK 0.74 0.57 0 0.03
HSL 226.3º 0.93% 0.61% -
HSV(B) 226.3º 0.74% 0.97% -
XYZ 24.21 18.18 91.04 -
YUV 109.63 206.09 95.45 -
System Red Green Blue C M Y K H S L
Decimal 64 106 248 0.74 0.57 0 0.03 226.3 0.93 0.61
Hex 40 6A F8 4A 39 0 3 E2 5D 3D
Octal 100 152 370 112 71 0 3 342 135 75
Binary 1000000 1101010 11111000 1001010 111001 0 11 11100010 1011101 111101

Color Harmonies of #406AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406AF8

Black with #406AF8

Text Example


Text Example

White with #406AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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