Html Css Color HEX #406CFE Royal Blue

📋 copy color: '#406CFE'

red 64 ◦ green 108 ◦ blue 254

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

Shades of Royal Blue #406CFE

Tints of Royal Blue #406CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.35%

 BLUE value IS 254 (99.61% from 255) = 59.62%

R = 15.02%
G = 25.35%
B = 59.62%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#406CFE (or 0x406CFE) is known color: Royal Blue. HEX triplet: 40, 6C and FE. RGB value is (64,108,254). Sum of RGB (Red+Green+Blue) = 64+108+254=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #406CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406CFE is #BF9301. Grayscale: #6E6E6E. Windows color (decimal): -12555010 or 16673856. OLE color: 16673856.

HSL color Cylindrical-coordinate representation of color #406CFE: hue angle of 226.11º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #406CFE is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 64 108 254 -
CMYK 0.75 0.57 0 0.00
HSL 226.11º 0.99% 0.62% -
HSV(B) 226.11º 0.75% 1% -
XYZ 25.37 18.97 96.09 -
YUV 111.49 208.42 94.13 -
System Red Green Blue C M Y K H S L
Decimal 64 108 254 0.75 0.57 0 0.00 226.11 0.99 0.62
Hex 40 6C FE 4B 39 0 0 E2 63 3E
Octal 100 154 376 113 71 0 0 342 143 76
Binary 1000000 1101100 11111110 1001011 111001 0 0 11100010 1100011 111110

Color Harmonies of #406CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406CFE

Black with #406CFE

Text Example


Text Example

White with #406CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,108,254); }

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

background-color css

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

 a { background-color: rgb(64,108,254); }

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

border-color css

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

 span { border-color: rgb(64,108,254); }

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