Html Css Color HEX #406CFC Royal Blue

📋 copy color: '#406CFC'

red 64 ◦ green 108 ◦ blue 252

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

Shades of Royal Blue #406CFC

Tints of Royal Blue #406CFC

RGB

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

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

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

R = 15.09%
G = 25.47%
B = 59.43%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#406CFC (or 0x406CFC) is known color: Royal Blue. HEX triplet: 40, 6C and FC. RGB value is (64,108,252). Sum of RGB (Red+Green+Blue) = 64+108+252=424 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.09% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #406CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406CFC is #BF9303. Grayscale: #6E6E6E. Windows color (decimal): -12555012 or 16542784. OLE color: 16542784.

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

Color convert

RGB 64 108 252 -
CMYK 0.75 0.57 0 0.01
HSL 225.96º 0.97% 0.62% -
HSV(B) 225.96º 0.75% 0.99% -
XYZ 25.05 18.84 94.41 -
YUV 111.26 207.42 94.29 -
System Red Green Blue C M Y K H S L
Decimal 64 108 252 0.75 0.57 0 0.01 225.96 0.97 0.62
Hex 40 6C FC 4B 39 0 1 E2 61 3E
Octal 100 154 374 113 71 0 1 342 141 76
Binary 1000000 1101100 11111100 1001011 111001 0 1 11100010 1100001 111110

Color Harmonies of #406CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406CFC

Black with #406CFC

Text Example


Text Example

White with #406CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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