Html Css Color HEX #406FDF Royal Blue

📋 copy color: '#406FDF'

red 64 ◦ green 111 ◦ blue 223

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

Shades of Royal Blue #406FDF

Tints of Royal Blue #406FDF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.89%

 BLUE value IS 223 (87.5% from 255) = 56.03%

R = 16.08%
G = 27.89%
B = 56.03%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#406FDF (or 0x406FDF) is known color: Royal Blue. HEX triplet: 40, 6F and DF. RGB value is (64,111,223). Sum of RGB (Red+Green+Blue) = 64+111+223=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #406FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FDF is #BF9020. Grayscale: #6D6D6D. Windows color (decimal): -12554273 or 14643008. OLE color: 14643008.

HSL color Cylindrical-coordinate representation of color #406FDF: hue angle of 222.26º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #406FDF is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 111 223 -
CMYK 0.71 0.50 0 0.13
HSL 222.26º 0.71% 0.56% -
HSV(B) 222.26º 0.71% 0.87% -
XYZ 21.12 17.79 72.13 -
YUV 109.72 191.93 95.39 -
System Red Green Blue C M Y K H S L
Decimal 64 111 223 0.71 0.50 0 0.13 222.26 0.71 0.56
Hex 40 6F DF 47 32 0 D DE 47 38
Octal 100 157 337 107 62 0 15 336 107 70
Binary 1000000 1101111 11011111 1000111 110010 0 1101 11011110 1000111 111000

Color Harmonies of #406FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406FDF

Black with #406FDF

Text Example


Text Example

White with #406FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,111,223); }

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

background-color css

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

 a { background-color: rgb(64,111,223); }

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

border-color css

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

 span { border-color: rgb(64,111,223); }

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