Html Css Color HEX #406FDA Royal Blue

📋 copy color: '#406FDA'

red 64 ◦ green 111 ◦ blue 218

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

Shades of Royal Blue #406FDA

Tints of Royal Blue #406FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.47%

R = 16.28%
G = 28.24%
B = 55.47%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#406FDA (or 0x406FDA) is known color: Royal Blue. HEX triplet: 40, 6F and DA. RGB value is (64,111,218). Sum of RGB (Red+Green+Blue) = 64+111+218=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #406FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FDA is #BF9025. Grayscale: #6C6C6C. Windows color (decimal): -12554278 or 14315328. OLE color: 14315328.

HSL color Cylindrical-coordinate representation of color #406FDA: hue angle of 221.69º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #406FDA is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 111 218 -
CMYK 0.71 0.49 0 0.15
HSL 221.69º 0.68% 0.55% -
HSV(B) 221.69º 0.71% 0.85% -
XYZ 20.45 17.52 68.63 -
YUV 109.15 189.43 95.8 -
System Red Green Blue C M Y K H S L
Decimal 64 111 218 0.71 0.49 0 0.15 221.69 0.68 0.55
Hex 40 6F DA 47 31 0 F DE 44 37
Octal 100 157 332 107 61 0 17 336 104 67
Binary 1000000 1101111 11011010 1000111 110001 0 1111 11011110 1000100 110111

Color Harmonies of #406FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406FDA

Black with #406FDA

Text Example


Text Example

White with #406FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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