Html Css Color HEX #406BE8 Royal Blue

📋 copy color: '#406BE8'

red 64 ◦ green 107 ◦ blue 232

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

Shades of Royal Blue #406BE8

Tints of Royal Blue #406BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 57.57%

R = 15.88%
G = 26.55%
B = 57.57%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#406BE8 (or 0x406BE8) is known color: Royal Blue. HEX triplet: 40, 6B and E8. RGB value is (64,107,232). Sum of RGB (Red+Green+Blue) = 64+107+232=403 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.88% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 232 (91.02% from 255 or 57.57% from 403); Max value from RGB is 232 - color contains mainly: blue. Hex color #406BE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406BE8 is #BF9417. Grayscale: #6B6B6B. Windows color (decimal): -12555288 or 15231808. OLE color: 15231808.

HSL color Cylindrical-coordinate representation of color #406BE8: hue angle of 224.64º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #406BE8 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 107 232 -
CMYK 0.72 0.54 0 0.09
HSL 224.64º 0.79% 0.58% -
HSV(B) 224.64º 0.72% 0.91% -
XYZ 21.94 17.43 78.55 -
YUV 108.39 197.75 96.34 -
System Red Green Blue C M Y K H S L
Decimal 64 107 232 0.72 0.54 0 0.09 224.64 0.79 0.58
Hex 40 6B E8 48 36 0 9 E1 4F 3A
Octal 100 153 350 110 66 0 11 341 117 72
Binary 1000000 1101011 11101000 1001000 110110 0 1001 11100001 1001111 111010

Color Harmonies of #406BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406BE8

Black with #406BE8

Text Example


Text Example

White with #406BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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