Html Css Color HEX #406FCF Royal Blue

📋 copy color: '#406FCF'

red 64 ◦ green 111 ◦ blue 207

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

Shades of Royal Blue #406FCF

Tints of Royal Blue #406FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.19%

R = 16.75%
G = 29.06%
B = 54.19%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#406FCF (or 0x406FCF) is known color: Royal Blue. HEX triplet: 40, 6F and CF. RGB value is (64,111,207). Sum of RGB (Red+Green+Blue) = 64+111+207=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #406FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FCF is #BF9030. Grayscale: #6B6B6B. Windows color (decimal): -12554289 or 13594432. OLE color: 13594432.

HSL color Cylindrical-coordinate representation of color #406FCF: hue angle of 220.28º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #406FCF is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 111 207 -
CMYK 0.69 0.46 0 0.19
HSL 220.28º 0.6% 0.53% -
HSV(B) 220.28º 0.69% 0.81% -
XYZ 19.06 16.96 61.3 -
YUV 107.89 183.93 96.69 -
System Red Green Blue C M Y K H S L
Decimal 64 111 207 0.69 0.46 0 0.19 220.28 0.6 0.53
Hex 40 6F CF 45 2E 0 13 DC 3C 35
Octal 100 157 317 105 56 0 23 334 74 65
Binary 1000000 1101111 11001111 1000101 101110 0 10011 11011100 111100 110101

Color Harmonies of #406FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406FCF

Black with #406FCF

Text Example


Text Example

White with #406FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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