Html Css Color HEX #406AEF Royal Blue

📋 copy color: '#406AEF'

red 64 ◦ green 106 ◦ blue 239

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

Shades of Royal Blue #406AEF

Tints of Royal Blue #406AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 58.44%

R = 15.65%
G = 25.92%
B = 58.44%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#406AEF (or 0x406AEF) is known color: Royal Blue. HEX triplet: 40, 6A and EF. RGB value is (64,106,239). Sum of RGB (Red+Green+Blue) = 64+106+239=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 239 (93.75% from 255 or 58.44% from 409); Max value from RGB is 239 - color contains mainly: blue. Hex color #406AEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406AEF is #BF9510. Grayscale: #6C6C6C. Windows color (decimal): -12555537 or 15690304. OLE color: 15690304.

HSL color Cylindrical-coordinate representation of color #406AEF: hue angle of 225.6º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #406AEF is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 106 239 -
CMYK 0.73 0.56 0 0.06
HSL 225.6º 0.85% 0.59% -
HSV(B) 225.6º 0.73% 0.94% -
XYZ 22.85 17.63 83.86 -
YUV 108.6 201.59 96.19 -
System Red Green Blue C M Y K H S L
Decimal 64 106 239 0.73 0.56 0 0.06 225.6 0.85 0.59
Hex 40 6A EF 49 38 0 6 E2 55 3B
Octal 100 152 357 111 70 0 6 342 125 73
Binary 1000000 1101010 11101111 1001001 111000 0 110 11100010 1010101 111011

Color Harmonies of #406AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406AEF

Black with #406AEF

Text Example


Text Example

White with #406AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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